Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Variable is unused, remove it.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 30 Oct 2012 20:08:10 +0000 (21:08 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 31 Oct 2012 08:50:56 +0000 (09:50 +0100)
examples/msg/properties/msg_prop.c

index efbc52c..bdbbf08 100644 (file)
@@ -114,7 +114,6 @@ msg_error_t test_all(const char *platform_file,
 {
   int host_number;
   unsigned int i;
-  double speed;
   xbt_dynar_t hosts;
   msg_host_t host;
   MSG_function_register("alice", alice);