Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the comment of Task.setBound to fit the native semantic
[simgrid.git] / src / bindings / java / org / simgrid / NativeLib.java
index 7c08bc2..c89c57f 100644 (file)
@@ -19,13 +19,10 @@ public final class NativeLib {
        public static void nativeInit() {
                if (isNativeInited)
                        return;
-               
+
                if (System.getProperty("os.name").toLowerCase().startsWith("win"))
                        NativeLib.nativeInit("winpthread-1");
 
-               try {
-                       NativeLib.nativeInit("boost_context");
-               } catch (Exception e) {/* Dont care */}
                NativeLib.nativeInit("simgrid");
                NativeLib.nativeInit("simgrid-java");      
                isNativeInited = true;