Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woops, fix Java after removing an unimplemented function
[simgrid.git] / src / bindings / java / org / simgrid / msg / Host.java
index bfa1997..6738525 100644 (file)
@@ -164,14 +164,6 @@ public class Host {
        public native void off();
 
 
-       /**
-        * This method returns the number of tasks currently running on a host.
-        * The external load is not taken in account.
-        *
-        * @return                      The number of tasks currently running on a host.
-        */ 
-       public native int getLoad();
-
        /**
         * This method returns the speed of the processor of a host,
         * regardless of the current load of the machine.