changes and data/eval files for new evaluations
[IRC.git] / Robust / src / Benchmarks / SSJava / JavaNator / RobotMain.java
index 51d9dd45fe0b2a78cff6db70f20d429ba293e926..5c822396179e0604d3d5735781fb0e85bb878df4 100644 (file)
@@ -287,13 +287,8 @@ public class RobotMain {
      */\r
     // issueCommand("OFF");\r
 \r
-    @LOC("C") int count = 0;\r
     SSJAVA: while (active) {\r
 \r
-      if (count > 100000) {\r
-        break;\r
-      }\r
-\r
       // if (DEBUG) {\r
       // System.out.println("Main: Waiting for remote commands");\r
       // }\r
@@ -308,7 +303,6 @@ public class RobotMain {
       }\r
       System.out.println("currentCommand=" + currentCommand);\r
       processIOCommand();\r
-      count++;\r
     }\r
     System.exit(0);\r
   }\r