From: Marc-André Lureau Date: Tue, 18 Oct 2016 09:24:00 +0000 (+0300) Subject: tests/vhost-user-bridge: remove false comment X-Git-Tag: v2.9.0-rc0~164^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1ad18c4257471cd5fda8397a46457735027b2c;p=thirdparty%2Fqemu.git tests/vhost-user-bridge: remove false comment dispatcher_remove() is in use. Signed-off-by: Marc-André Lureau Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/vhost-user-bridge.c b/tests/vhost-user-bridge.c index 775e031069e..e91279b91e8 100644 --- a/tests/vhost-user-bridge.c +++ b/tests/vhost-user-bridge.c @@ -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) {