Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unused variable that raises warning (when treated as error ...)
authorFrederic Suter <suter@youpi.(none)>
Fri, 27 Apr 2012 10:10:06 +0000 (12:10 +0200)
committerFrederic Suter <suter@youpi.(none)>
Fri, 27 Apr 2012 10:10:06 +0000 (12:10 +0200)
examples/msg/start_kill_time/sk_time.c

index 090cea9..255e18d 100644 (file)
@@ -23,8 +23,6 @@ static int slave(int argc, char *argv[])
 
 static int master(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.");
   XBT_INFO("Hello!");
   MSG_process_sleep(10.0);
   XBT_INFO("OK, goodbye now.");