X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/de3208adefb5c1fc6ceccde40f01486db3d89d2f..c9e7a3171bb86b00cb3ed20e492750d25bfa89e3:/src/bindings/java/org/simgrid/msg/Host.java diff --git a/src/bindings/java/org/simgrid/msg/Host.java b/src/bindings/java/org/simgrid/msg/Host.java index bfa1997a57..6738525bcb 100644 --- a/src/bindings/java/org/simgrid/msg/Host.java +++ b/src/bindings/java/org/simgrid/msg/Host.java @@ -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.