[Orca-checkins] r309 - trunk/orca/lib/Orca

Blair Zajac blair at orcaware.com
Sun May 2 22:00:58 PDT 2004


Author: blair
Date: Sun May  2 21:59:03 2004
New Revision: 309

Modified:
   trunk/orca/lib/Orca/Config.pm
Log:
Remove unused variables.

* lib/Orca/Config.pm
  (load_config):
    Remove the unused %options, %groups and @plots variables.


Modified: trunk/orca/lib/Orca/Config.pm
==============================================================================
--- trunk/orca/lib/Orca/Config.pm	(original)
+++ trunk/orca/lib/Orca/Config.pm	Sun May  2 21:59:03 2004
@@ -1056,11 +1056,6 @@
     return $number_errors;
   }
 
-  # These values hold the information from the config file.
-  my %options;
-  my %groups;
-  my @plots;
-
   # Load in all lines in the file and then process them.  If a line
   # begins with whitespace, then append it to the previously read line
   # and do not process it.



More information about the Orca-checkins mailing list