jvpp: remove unnecessary msg_id_base caching
[vpp.git] / src / vpp-api / java / jvpp-acl / jvpp_acl.h
index 2b73d67..726f729 100644 (file)
@@ -24,9 +24,6 @@
 
 /* Global state for JVPP-acl */
 typedef struct {
-    /* Base message index for the acl plugin */
-    u16 msg_id_base;
-
     /* Pointer to shared memory queue */
     unix_shared_memory_queue_t * vl_input_queue;