diff options
Diffstat (limited to 'vpp-japi/japi/vppjni.h')
-rw-r--r-- | vpp-japi/japi/vppjni.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vpp-japi/japi/vppjni.h b/vpp-japi/japi/vppjni.h index 2fe2893b374..847bbe9242e 100644 --- a/vpp-japi/japi/vppjni.h +++ b/vpp-japi/japi/vppjni.h @@ -150,8 +150,6 @@ typedef struct { /* attachment of rx thread to java thread */ JNIEnv *jenv; JavaVM *jvm; - jclass jcls; - jmethodID jmtdIfDetails; // interfaceDetails method uword *callback_hash; // map context_id => jobject uword *ping_hash; // map ping context_id => msg type called |