Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a method that is deprecated since a very long time
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 26 Apr 2012 16:22:12 +0000 (18:22 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 26 Apr 2012 16:22:12 +0000 (18:22 +0200)
org/simgrid/msg/Process.java

index 34a9870..16a471c 100644 (file)
@@ -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