From 4906d8e78a855b399d8c8345ef17e7e29c212b12 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Sat, 18 Jan 2014 12:42:18 +0100 Subject: [PATCH] test/test-kdbus-sync.c: kill unused variable --- test/test-kdbus-sync.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test-kdbus-sync.c b/test/test-kdbus-sync.c index 9a95217..18071e0 100644 --- a/test/test-kdbus-sync.c +++ b/test/test-kdbus-sync.c @@ -57,7 +57,6 @@ int main(int argc, char *argv[]) uint64_t n_type; char name[64]; } bus_make; - struct kdbus_msg *msg; pthread_t thread; int fdc, ret; char *bus; -- 2.34.1