Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
dead stores--
[simgrid.git] / examples / java / io / file / Node.java
index 3044f17..8339064 100644 (file)
@@ -39,7 +39,7 @@ public class Node extends Process {
   }
 
   public void main(String[] args) throws MsgException {
-    String mount = "";
+    String mount;
     String filename;
     switch (number) {
       case 0: