Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This commit concerned the reimplementation of the xbt context switch mechanism.
[simgrid.git] / src / java / jmsg_host.c
index e9b481b..1e76788 100644 (file)
@@ -15,8 +15,6 @@
 #include "jmsg_host.h"
 #include "jxbt_utilities.h"
 
-XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(jmsg);
-
 jobject jhost_new_instance(JNIEnv* env) {
        
   jclass cls = jxbt_get_class(env,"simgrid/msg/Host");