From 9c817675e7219a46892ebc6fa18c63963e9aa544 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 21 Oct 2014 22:05:44 +0200 Subject: [PATCH] connection: drop unused variable The 'ts' variable is no longer used. Drop it. Signed-off-by: David Herrmann --- connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/connection.c b/connection.c index f656e1d..9317391 100644 --- a/connection.c +++ b/connection.c @@ -410,7 +410,6 @@ static int kdbus_conn_add_expected_reply(struct kdbus_conn *conn_src, { bool sync = msg->flags & KDBUS_MSG_FLAGS_SYNC_REPLY; struct kdbus_conn_reply *r; - struct timespec64 ts; int ret = 0; if (atomic_inc_return(&conn_src->reply_count) > -- 2.34.1