From f039357cd622ef32d3267911f5cac3925a9fea23 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 27 Apr 2012 12:10:06 +0200 Subject: [PATCH 1/1] remove unused variable that raises warning (when treated as error ...) --- examples/msg/start_kill_time/sk_time.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/msg/start_kill_time/sk_time.c b/examples/msg/start_kill_time/sk_time.c index 090cea9149..255e18df1a 100644 --- a/examples/msg/start_kill_time/sk_time.c +++ b/examples/msg/start_kill_time/sk_time.c @@ -23,8 +23,6 @@ static int slave(int argc, char *argv[]) static int master(int argc, char *argv[]) { - m_process_t bob = NULL; - XBT_INFO("Hello!"); MSG_process_sleep(10.0); XBT_INFO("OK, goodbye now."); -- 2.20.1