Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further cleanups of the Java bindings:
[simgrid.git] / examples / java / suspend / SuspendTest.java
index 8f18fa9..9868e56 100644 (file)
@@ -25,8 +25,6 @@ public class SuspendTest {
                System.exit(1);
        }
        
-       /* specify the number of channel for the process of the simulation. */
-       Channel.setNumber(1);
         /* specify a paje output file. */
         Msg.pajeOutput("suspend.trace");