netdev-linux: Remove unused struct netdev_linux member.
authorBen Pfaff <blp@nicira.com>
Wed, 24 Jul 2013 17:37:37 +0000 (10:37 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Aug 2013 06:40:32 +0000 (23:40 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
lib/netdev-linux.c

index 768b4e8..19e39bd 100644 (file)
@@ -355,7 +355,6 @@ static int tc_calc_buffer(unsigned int Bps, int mtu, uint64_t burst_bytes);
 struct netdev_linux {
     struct netdev up;
 
-    struct shash_node *shash_node;
     unsigned int cache_valid;
     unsigned int change_seq;