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_parallel_task.c
index 1af0f30..7f9b834 100644 (file)
@@ -15,8 +15,6 @@
 #include "jmsg_parallel_task.h"
 #include "jxbt_utilities.h"
 
-XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(jmsg);
-
 jobject
 jparallel_task_ref(JNIEnv* env, jobject jparallel_task) {
   jobject newref = (*env)->NewGlobalRef(env,jparallel_task);