X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..0a03cd809dd45e3645a54feffe364d8f2b33d71e:/src/xbt/xbt_sg_stubs.c diff --git a/src/xbt/xbt_sg_stubs.c b/src/xbt/xbt_sg_stubs.c index 7feeeece18..4435f08278 100644 --- a/src/xbt/xbt_sg_stubs.c +++ b/src/xbt/xbt_sg_stubs.c @@ -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