Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this field is useless indeed. Good catch CI
[simgrid.git] / src / bindings / java / jmsg_process.h
index 90b449e47eb6ae50b0ba2721cb260f259b904e1a..f77182435ac823bdef105df533b61ef6061fc8d4 100644 (file)
@@ -41,9 +41,6 @@ jobject jprocess_from_native(msg_process_t process);
 /** Extract the native instance from the java one */
 msg_process_t jprocess_to_native(jobject jprocess, JNIEnv* env);
 
-/** Get the name of a java instance. */
-jstring jprocess_get_name(jobject jprocess, JNIEnv* env);
-
 /** Initialize the native world, called from the Java world at startup */
 JNIEXPORT void JNICALL Java_org_simgrid_msg_Process_nativeInit(JNIEnv *env, jclass cls);