From: Thierry Parmentelat Date: Fri, 22 Oct 2010 13:09:28 +0000 (+0200) Subject: removed unused var X-Git-Tag: plewww-4.3-55~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=40412783f6f14920fb8ace5349c83186623ef6c8;p=plewww.git removed unused var --- diff --git a/planetlab/slices/slice.php b/planetlab/slices/slice.php index a586212..d6de73e 100644 --- a/planetlab/slices/slice.php +++ b/planetlab/slices/slice.php @@ -76,7 +76,6 @@ if ($profiling) plc_debug_prof('3: peers',count($peers)); $sites= $api->GetSites( array( $site_id ) ); $site=$sites[0]; $site_name= $site['name']; -$max_slices = $site['max_slices']; if ($profiling) plc_debug_prof('4: sites',count($sites)); //////////////////////////////////////// building blocks for the renew area