From 5b9ad84fa8c98062be8d44fce9dc54bf44f29564 Mon Sep 17 00:00:00 2001 From: Samuel Lepetit Date: Thu, 5 Jul 2012 11:49:40 +0200 Subject: [PATCH] Remove deprecated restart function --- org/simgrid/msg/Process.java | 9 --------- 1 file changed, 9 deletions(-) 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. -- 2.20.1