From d9fa11507938cca59756e611b1d896b129295e61 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 28 Apr 2022 10:11:45 +0200 Subject: [PATCH] remove dead code --- planetlab/includes/plc_objects.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/planetlab/includes/plc_objects.php b/planetlab/includes/plc_objects.php index d726d5f..de085e9 100644 --- a/planetlab/includes/plc_objects.php +++ b/planetlab/includes/plc_objects.php @@ -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"; - }*/ - - ?> -- 2.43.0