From: Frederic Suter Date: Fri, 27 Apr 2012 10:10:06 +0000 (+0200) Subject: remove unused variable that raises warning (when treated as error ...) X-Git-Tag: v3_7~57 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f039357cd622ef32d3267911f5cac3925a9fea23?hp=1bcbbd87509050edcb2accd6ba00134f968323c3;ds=inline remove unused variable that raises warning (when treated as error ...) --- 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.");