Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] dont even try to load boost_context
[simgrid.git] / src / bindings / java / org / simgrid / NativeLib.java
index 7c08bc2..1386ec6 100644 (file)
@@ -23,9 +23,6 @@ public final class NativeLib {
                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;