From 113aac5afbcce446e65d3d309a0e200b39c9e7ff Mon Sep 17 00:00:00 2001 From: Boyan Ding Date: Wed, 4 Jun 2014 11:39:08 +0800 Subject: [PATCH] connection: remove unreached code --- src/connection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/connection.c b/src/connection.c index 47ee5562..f2928536 100644 --- a/src/connection.c +++ b/src/connection.c @@ -379,8 +379,6 @@ wl_connection_queue(struct wl_connection *connection, } return wl_buffer_put(&connection->out, data, count); - - return 0; } static int