jvpp: remove unnecessary msg_id_base caching
[vpp.git] / src / vpp-api / java / jvpp-snat / jvpp_snat.h
index 6426bda..7739a41 100644 (file)
@@ -24,9 +24,6 @@
 
 /* Global state for JVPP-SNAT */
 typedef struct {
-    /* Base message index for the nsh plugin */
-    u16 msg_id_base;
-
     /* Pointer to shared memory queue */
     unix_shared_memory_queue_t * vl_input_queue;