Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove deprecated function getErrCode.
[simgrid.git] / org / simgrid / msg / Msg.java
index 883dbf5..c9dcc48 100644 (file)
@@ -25,12 +25,6 @@ public final class Msg {
                }
        }
 
-       /* FIXME: kill these C crufts */
-    /** Returns the last error code of the simulation
-     * @return
-     */
-       public final static native int getErrCode();
-
        /** Everything is right. Keep on going the way ! */
        public static final int SUCCESS = 0;