From 11b97013a9a29279a4a98b614156acafffcb8ed8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 26 Apr 2012 18:22:12 +0200 Subject: [PATCH 1/1] remove a method that is deprecated since a very long time --- org/simgrid/msg/Process.java | 12 ------------ 1 file changed, 12 deletions(-) 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 -- 2.20.1