Index: /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
===================================================================
--- /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp	(revision 49822)
+++ /trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp	(revision 49823)
@@ -180,6 +180,4 @@
     uint16_t m_u16Mtu;
     netif m_LwipNetIf;
-    /* Queues */
-    RTREQQUEUE  hReqIntNet;
     /* thread where we're waiting for a frames, no semaphores needed */
     RTTHREAD hThrIntNetRecv;
@@ -197,5 +195,4 @@
     const char **getHostNameservers();
 
-    RTSEMEVENT hSemSVC;
     /* Only for debug needs, by default NAT service should load rules from SVC
      * on startup, and then on sync them on events.
@@ -921,10 +918,4 @@
     /* end of COM initialization */
 
-    rc = RTSemEventCreate(&hSemSVC);
-    AssertRCReturn(rc, rc);
-
-    rc = RTReqQueueCreate(&hReqIntNet);
-    AssertRCReturn(rc, rc);
-
     rc = g_pLwipNat->tryGoOnline();
     if (RT_FAILURE(rc))
