Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unimplemented method.
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 14 Jun 2012 15:59:31 +0000 (17:59 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Thu, 14 Jun 2012 15:59:31 +0000 (17:59 +0200)
org/simgrid/msg/VM.java

index c084163..28b5641 100644 (file)
@@ -36,12 +36,7 @@ public class VM {
         * @param coreAmount
         */
        private native void start(Host host, int coreAmount);
-       
-       /**
-        * @brief Returns a new array containing all existing VMs.
-        */
-       public static native VM[] all();
-       
+               
        /** @brief Returns whether the given VM is currently suspended
         */     
        public native boolean isSuspended();