]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_sg_stubs.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not use static buffer of log event for headers when switching to dynamic logs...
[simgrid.git] / src / xbt / xbt_sg_stubs.c
index 2910a66b84c16547c51236fa1a4ba3af084353f4..2524e6da86d533785c51535064c4726879fb3242 100644 (file)
@@ -106,7 +106,5 @@ void xbt_os_cond_destroy(xbt_os_cond_t cond){
 
 #ifndef HAVE_JAVA
 #include "xbt/xbt_context_private.h"
-int xbt_ctx_java_factory_init(xbt_context_factory_t* factory) {
-   return -1;
-}
+void xbt_ctx_java_factory_init(xbt_context_factory_t* factory) {}
 #endif