Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also compile in paranoid mode.
authorpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 15 Apr 2010 09:53:27 +0000 (09:53 +0000)
committerpini <pini@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 15 Apr 2010 09:53:27 +0000 (09:53 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7585 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/tracing/categories.c
examples/msg/tracing/ms.c

index 585f409..eff3761 100644 (file)
@@ -98,7 +98,6 @@ MSG_error_t test_all(const char *platform_file,
 int main(int argc, char *argv[])
 {
   MSG_error_t res = MSG_OK;
 int main(int argc, char *argv[])
 {
   MSG_error_t res = MSG_OK;
-  int i;
 
   //starting the simulation tracing
   TRACE_start ("categories.trace");
 
   //starting the simulation tracing
   TRACE_start ("categories.trace");
index 159203c..d1cea86 100644 (file)
@@ -104,7 +104,6 @@ MSG_error_t test_all(const char *platform_file,
 int main(int argc, char *argv[])
 {
   MSG_error_t res = MSG_OK;
 int main(int argc, char *argv[])
 {
   MSG_error_t res = MSG_OK;
-  int i;
 
   //starting the simulation tracing
   TRACE_start ("simulation.trace");
 
   //starting the simulation tracing
   TRACE_start ("simulation.trace");