X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa24a78f2f06ef0c3a34693fd32d52be51f55189..9b4ac8fd04e749d0737479e3b02074be4ad3f2ab:/src/bindings/java/jtrace.cpp diff --git a/src/bindings/java/jtrace.cpp b/src/bindings/java/jtrace.cpp index fe16a2813c..d30e29974e 100644 --- a/src/bindings/java/jtrace.cpp +++ b/src/bindings/java/jtrace.cpp @@ -1,6 +1,6 @@ /* Java bindings of the Trace API. */ -/* Copyright (c) 2012-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -17,9 +17,6 @@ #endif /* end of eclipse-mandated pimple */ -// Define a new category -XBT_LOG_NEW_DEFAULT_CATEGORY (jtrace, "TRACE for Java(TM)"); - JNIEXPORT void JNICALL Java_org_simgrid_trace_Trace_hostStateDeclare(JNIEnv * env, jclass cls, jstring js) { const char *s = env->GetStringUTFChars(js, 0);