jvpp: remove unnecessary msg_id_base caching
[vpp.git] / src / vpp-api / java / jvpp-core / jvpp_core.c
index c04666b..8c57981 100644 (file)
@@ -38,9 +38,6 @@
 
 // TODO: generate jvpp_plugin_name.c files (or at least reuse plugin's main structure)
 typedef struct {
-    /* Base message index for the jvpp-core plugin */
-    u16 msg_id_base;
-
     /* Pointer to shared memory queue */
     unix_shared_memory_queue_t * vl_input_queue;