projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a928d2
)
tests/vhost-user-bridge: remove false comment
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Tue, 18 Oct 2016 09:24:00 +0000
(12:24 +0300)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/tests/vhost-user-bridge.c
b/tests/vhost-user-bridge.c
index 775e031069e6069675e21453b9eed10bbe597e80..e91279b91e8be73fa3dfb3382de5977f5607f8db 100644
(file)
--- 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)
{