tests/vhost-user-bridge: remove false comment
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>
This commit is contained in:
parent
6a928d25b6
commit
3d1ad18c42
@ -101,8 +101,6 @@ dispatcher_add(Dispatcher *dispr, int sock, void *ctx, CallbackFunc cb)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* dispatcher_remove() is not currently in use but may be useful
|
|
||||||
* in the future. */
|
|
||||||
static int
|
static int
|
||||||
dispatcher_remove(Dispatcher *dispr, int sock)
|
dispatcher_remove(Dispatcher *dispr, int sock)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user