]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/java/jxbt_utilities.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / bindings / java / jxbt_utilities.h
index 2218349b0ae5beea1c5d9142ba2d56aad78630a7..2b0830e90df9ce8bf58d815686c664c5f9cea9f5 100644 (file)
@@ -54,8 +54,6 @@ void jxbt_throw_by_name(JNIEnv * env, const char *name, char *msg);
 void jxbt_throw_jni(JNIEnv * env, const char *msg);
 /** Thrown when using an object not bound to a native one where it should, or reverse (kinda JNI issue) */
 void jxbt_throw_notbound(JNIEnv * env, const char *kind, void *pointer);
-/** Thrown on error in native MSG code */
-void jxbt_throw_native(JNIEnv * env, char *msg);
 /** Thrown if NULL gets used */
 void jxbt_throw_null(JNIEnv * env, char *msg);