diff options
| author | Boyan Ding <stu_dby@126.com> | 2014-06-04 11:39:08 +0800 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-06-18 17:13:31 -0700 |
| commit | 113aac5afbcce446e65d3d309a0e200b39c9e7ff (patch) | |
| tree | fedf4fb15c4965e2c3814537eafc313f43fbec41 /src/connection.c | |
| parent | protocol: remove redundant 'the' in description (diff) | |
| download | wayland-113aac5afbcce446e65d3d309a0e200b39c9e7ff.tar wayland-113aac5afbcce446e65d3d309a0e200b39c9e7ff.tar.gz wayland-113aac5afbcce446e65d3d309a0e200b39c9e7ff.tar.bz2 wayland-113aac5afbcce446e65d3d309a0e200b39c9e7ff.tar.lz wayland-113aac5afbcce446e65d3d309a0e200b39c9e7ff.tar.xz wayland-113aac5afbcce446e65d3d309a0e200b39c9e7ff.tar.zst wayland-113aac5afbcce446e65d3d309a0e200b39c9e7ff.zip | |
connection: remove unreached code
Diffstat (limited to 'src/connection.c')
| -rw-r--r-- | src/connection.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connection.c b/src/connection.c index 47ee556..f292853 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 |
