Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unimplemented declarations.
[simgrid.git] / src / bindings / java / jmsg.hpp
index 49fb4c9..2556927 100644 (file)
@@ -35,8 +35,6 @@ JNIEXPORT void JNICALL JNICALL Java_org_simgrid_msg_Msg_run(JNIEnv* env, jclass
 
 JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_init(JNIEnv* env, jclass cls, jobjectArray jargs);
 JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_energyInit();
-JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_liveMigrationInit();
-JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_fileSystemInit();
 JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_loadInit();
 
 JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_debug(JNIEnv* env, jclass cls, jstring jargs);