Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
throwing an exception if TRACE_start is called twice
[simgrid.git] / src / xbt / xbt_sg_stubs.c
index 7feeeece18f8d1582251d914e8bf3833b69c5d92..4435f082789b478cd07e6c7e51a64295e1297ddc 100644 (file)
@@ -134,11 +134,3 @@ void xbt_os_cond_destroy(xbt_os_cond_t cond)
     ("No pthread in SG when compiled against the ucontext (xbt_os_cond_destroy)");
 }
 #endif
-
-
-#ifndef HAVE_JAVA
-#include "xbt/xbt_context_private.h"
-void xbt_ctx_java_factory_init(xbt_context_factory_t * factory)
-{
-}
-#endif