[avida-cvs] avida CVS commits: /current/source/cpu hardware_util.hh

goingssh avida-cvs at alife.org
Wed Jun 18 21:13:06 PDT 2003


goingssh		Wed Jun 18 13:13:06 2003 EDT

  Modified files:              
    /avida/current/source/cpu	hardware_util.hh 
  Log:
  cut out #define that was breaking the code under windows and wasn't being used
  
Index: avida/current/source/cpu/hardware_util.hh
diff -u avida/current/source/cpu/hardware_util.hh:1.8 avida/current/source/cpu/hardware_util.hh:1.9
--- avida/current/source/cpu/hardware_util.hh:1.8	Sun May 25 09:46:30 2003
+++ avida/current/source/cpu/hardware_util.hh	Wed Jun 18 13:13:06 2003
@@ -19,13 +19,8 @@
 
 class cHardwareUtil {
 public:
-#ifdef USE_INST_SET_CODE
   static void LoadInstSet( cString filename, cInstSet & inst_set, 
 	tDictionary<int> & nop_dict, tDictionary<int> & inst_dict );
-#else /* USE_INST_SET_CODE */
-  static void LoadInstSet( cString filename, cInstSet & inst_set, 
-	tDictionary<int> & nop_dict, tDictionary<tHardwareMethod> & inst_dict);
-#endif /* USE_INST_SET_CODE */
   static void LoadInstSet_CPUOriginal(const cString & filename,
 				      cInstSet & inst_set);
   static void LoadInstSet_CPU4Stack(const cString & filename,






More information about the Avida-cvs mailing list