From: Martin Quinson Date: Thu, 26 Apr 2012 16:22:12 +0000 (+0200) Subject: remove a method that is deprecated since a very long time X-Git-Tag: v3_9_90~569^2~19^2~124^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/11b97013a9a29279a4a98b614156acafffcb8ed8 remove a method that is deprecated since a very long time --- diff --git a/org/simgrid/msg/Process.java b/org/simgrid/msg/Process.java index 34a9870278..16a471ceb9 100644 --- a/org/simgrid/msg/Process.java +++ b/org/simgrid/msg/Process.java @@ -236,18 +236,6 @@ public abstract class Process extends Thread { Msg.info("Process " + msgName() + " will be killed."); } - /** - * This method adds an argument in the list of the arguments of the main function - * of the process. - * - * @param arg The argument to add. - * - * @deprecated - */ - @Deprecated - protected void addArg(String arg) { - args.add(arg); - } /** * Suspends the process by suspending the task on which it was