X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c27fbc5b73139b2815410d3a7848505276dbf5a..5b9ad84fa8c98062be8d44fce9dc54bf44f29564:/org/simgrid/msg/Process.java diff --git a/org/simgrid/msg/Process.java b/org/simgrid/msg/Process.java index 5acd784288..c6005d6030 100644 --- a/org/simgrid/msg/Process.java +++ b/org/simgrid/msg/Process.java @@ -239,15 +239,6 @@ public abstract class Process implements Runnable { public void pause() { suspend(); } - /** - * Resumes a suspended process by resuming the task on which it was - * waiting for the completion. - * DEPRECATED: use resume instead. - */ - @Deprecated - public void restart() { - resume(); - } /** * Resumes a suspended process by resuming the task on which it was * waiting for the completion.