X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-dummy.c;h=7c301809828464cc455830d8a073feac45f8a415;hb=0e70cdcb8ddeb20417e682fd63769f9d16601b07;hp=c2c531116cc4426a60490f9b683da741d94deeb0;hpb=9b02078077b62e4277e84c7f39382ce09986cf6b;p=openvswitch diff --git a/lib/netdev-dummy.c b/lib/netdev-dummy.c index c2c53111..7c301809 100644 --- a/lib/netdev-dummy.c +++ b/lib/netdev-dummy.c @@ -256,8 +256,6 @@ static const struct netdev_class dummy_class = { netdev_dummy_open, netdev_dummy_close, - NULL, /* enumerate */ - netdev_dummy_listen, /* listen */ netdev_dummy_recv, /* recv */ NULL, /* recv_wait */