OSDN Git Service

tests/vhost-user-bridge: remove false comment
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 18 Oct 2016 09:24:00 +0000 (12:24 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Dec 2016 23:14:37 +0000 (01:14 +0200)
dispatcher_remove() is in use.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/vhost-user-bridge.c

index 775e031..e91279b 100644 (file)
@@ -101,8 +101,6 @@ dispatcher_add(Dispatcher *dispr, int sock, void *ctx, CallbackFunc cb)
     return 0;
 }
 
-/* dispatcher_remove() is not currently in use but may be useful
- * in the future. */
 static int
 dispatcher_remove(Dispatcher *dispr, int sock)
 {