diff mbox

[ovs-dev] datapath-windows: Cleanup unused variables

Message ID 1449855169-7260-1-git-send-email-aserdean@cloudbasesolutions.com
State Accepted
Headers show

Commit Message

Alin Serdean Dec. 11, 2015, 5:32 p.m. UTC
This patch removes unused variables defined in stt and vxlan ports.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
---
 datapath-windows/ovsext/Stt.h   | 5 -----
 datapath-windows/ovsext/Vxlan.h | 4 ----
 2 files changed, 9 deletions(-)

Comments

Ben Pfaff Dec. 14, 2015, 12:25 p.m. UTC | #1
On Fri, Dec 11, 2015 at 05:32:41PM +0000, Alin Serdean wrote:
> This patch removes unused variables defined in stt and vxlan ports.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>

Applied to master, thank you!
diff mbox

Patch

diff --git a/datapath-windows/ovsext/Stt.h b/datapath-windows/ovsext/Stt.h
index 9a45379..a3e3915 100644
--- a/datapath-windows/ovsext/Stt.h
+++ b/datapath-windows/ovsext/Stt.h
@@ -56,11 +56,6 @@  typedef struct _OVS_STT_VPORT {
     UINT16 dstPort;
     UINT64 ackNo;
     UINT64 ipId;
-
-    UINT64 inPkts;
-    UINT64 outPkts;
-    UINT64 slowInPkts;
-    UINT64 slowOutPkts;
 } OVS_STT_VPORT, *POVS_STT_VPORT;
 
 typedef struct _OVS_STT_PKT_KEY {
diff --git a/datapath-windows/ovsext/Vxlan.h b/datapath-windows/ovsext/Vxlan.h
index a05834d..b9462f0 100644
--- a/datapath-windows/ovsext/Vxlan.h
+++ b/datapath-windows/ovsext/Vxlan.h
@@ -20,10 +20,6 @@ 
 #include "NetProto.h"
 typedef struct _OVS_VXLAN_VPORT {
     UINT16 dstPort;
-    UINT64 inPkts;
-    UINT64 outPkts;
-    UINT64 slowInPkts;
-    UINT64 slowOutPkts;
     UINT64 filterID;
     UINT64 ipId;
     /*