Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the coupling between main lib and java binding
[simgrid.git] / src / java / simgrid / msg / MsgNative.java
index 973e4df..e7f7759 100644 (file)
@@ -18,9 +18,6 @@ package simgrid.msg;
  */
 final class MsgNative {
 
-       final static native
-       void selectContextFactory(String name) throws NativeException;
-
        /******************************************************************
         * The natively implemented methods connected to the MSG Process  *
         ******************************************************************/
@@ -428,4 +425,4 @@ final class MsgNative {
         */ 
        final static native void taskSendBounded(String alias, Task task, double maxrate) throws TransferFailureException,HostFailureException,TimeoutException;
 
-}
\ No newline at end of file
+}