Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix: compilation warnings
[simgrid.git] / examples / msg / masterslave / masterslave_forwarder.c
index 8abeffd..b1a28cf 100644 (file)
@@ -200,7 +200,6 @@ MSG_error_t test_all(const char *platform_file, const char *application_file)
 int main(int argc, char *argv[])
 {
   MSG_error_t res = MSG_OK;
-  int i;
 
   MSG_global_init(&argc, argv);
   if (argc < 3) {