Author: bugman
Date: Thu Oct 16 17:13:23 2008
New Revision: 7763
URL: http://svn.gna.org/viewcvs/relax?rev=7763&view=rev
Log:
Removed some unused code.
Modified:
    branches/multi_processor_merge/relax
Modified: branches/multi_processor_merge/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/relax?rev=7763&r1=7762&r2=7763&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Thu Oct 16 17:13:23 2008
@@ -88,10 +88,6 @@
 
         # Setup the object containing the generic functions.
         self.generic = generic_fns
-
-        # FIXME removed.
-        # Process the command line arguments and determine the relax mode.
-        #mode, log_file, tee_file = self.arguments()
 
         # Place the debugging flag in a number of modules which don't have 
access to the 'self.relax' namespace.
         relax_errors.Debug = self.Debug