Message ID | 1465074321-22507-2-git-send-email-marcandre.lureau@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
marcandre.lureau@redhat.com writes: > From: Marc-André Lureau <marcandre.lureau@redhat.com> > > dispatcher_remove() is in use. > > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> > --- > tests/vhost-user-bridge.c | 2 -- > 1 file changed, 2 deletions(-) Suggest to change the title to tests/vhost-user-bridge: Remove false comment or, if you really want to abbreviate tests/vubr: Remove false comment to make it clear at a glance that this commit only touches tests. Same for the other patches to this file.
Hi ----- Original Message ----- > marcandre.lureau@redhat.com writes: > > > From: Marc-André Lureau <marcandre.lureau@redhat.com> > > > > dispatcher_remove() is in use. > > > > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> > > --- > > tests/vhost-user-bridge.c | 2 -- > > 1 file changed, 2 deletions(-) > > Suggest to change the title to > > tests/vhost-user-bridge: Remove false comment done, thanks
Thanks!
diff --git a/tests/vhost-user-bridge.c b/tests/vhost-user-bridge.c index 0779ba2..7d548d8 100644 --- a/tests/vhost-user-bridge.c +++ b/tests/vhost-user-bridge.c @@ -104,8 +104,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) {