Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / 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[])
 {
-  m_process_t bob = NULL;
-
   XBT_INFO("Hello!");
   MSG_process_sleep(10.0);
   XBT_INFO("OK, goodbye now.");