datapath: Remove dead code in queue_control_packets().
authorEthan Jackson <ethan@nicira.com>
Fri, 29 Apr 2011 00:13:50 +0000 (17:13 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 29 Apr 2011 18:10:51 +0000 (11:10 -0700)
commit0ee17a3ba726ec23cc49f2c40da4b084084dbdb7
treeaa4a3171bda9224010b13eb1ee90da0a440689f0
parenta4af24751b4127ae0c5cb25262b4069a7c0842ae
datapath: Remove dead code in queue_control_packets().

Fixes the following warning:

datapath.c:473:6: warning: variable 'port_no' set but not used
[-Wunused-but-set-variable]

Signed-off-by: Ethan Jackson <ethan@nicira.com>
datapath/datapath.c