remove dead code
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Apr 2022 08:11:45 +0000 (10:11 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Apr 2022 08:11:45 +0000 (10:11 +0200)
planetlab/includes/plc_objects.php

index d726d5f..de085e9 100644 (file)
@@ -379,22 +379,4 @@ class Site extends PlcObject {
   }
 }
 
-/* class Blue extends PlcObject
- {
- var $val;
- function Blue($arg)
- {
- $this->val = $arg;
- }
- }
-
- $cl = PlcObject::constructList('Blue', array('this', 'is', 'a', 'test'));
- echo sizeof($cl) . "\n";
- foreach ($cl as $obj)
- {
- echo get_class( $obj) . "\n";
- echo $obj->val . "\n";
- }*/
-
-
 ?>