]> git.proxmox.com Git - mirror_ovs.git/commitdiff
dpif-netdev: Remove unused global variable 'key'.
authorBen Pfaff <blp@nicira.com>
Tue, 24 Jun 2014 00:08:24 +0000 (17:08 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 24 Jun 2014 14:52:27 +0000 (07:52 -0700)
Found by sparse.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
lib/dpif-netdev.c

index 33f1c1590a665eb0f57cee94c7b339b8bbf4a55c..4dcc268a21c4597cb6585d6b11bbdc608c8ca402 100644 (file)
@@ -215,7 +215,7 @@ struct dp_netdev_port {
 struct netdev_flow_key {
     struct miniflow flow;
     uint32_t buf[NETDEV_KEY_BUF_SIZE_U32];
-} key;
+};
 
 /* A flow in dp_netdev's 'flow_table'.
  *