Skip to content
Snippets Groups Projects
Commit 60c00209 authored by Mick Jordan's avatar Mick Jordan
Browse files

Merge pull request #541 in G/fastr from ~MICK.JORDAN_ORACLE.COM/fastr:bugfix/jni_base to master

* commit '1f225bdb':
  JNI_Base: remove unused (refactored) native methods
parents 41a647c0 1f225bdb
No related branches found
No related tags found
No related merge requests found
......@@ -139,13 +139,4 @@ public class JNI_Base implements BaseRFFI {
private static native long native_strtol(String s, int base, int[] errno);
private static native String native_readlink(String s, int[] errno);
private static native long native_dlopen(String path, boolean local, boolean now);
private static native int native_dlclose(long handle);
private static native String native_dlerror();
private static native long native_dlsym(long handle, String symbol);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment