Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove (void) in C++
[simgrid.git] / examples / msg / energy-vm / energy-vm.c
index 9b5d84b..0ec0344 100644 (file)
@@ -10,8 +10,6 @@
 XBT_LOG_NEW_DEFAULT_CATEGORY(energy_vm, "Messages of this example");
 
 static int worker_func(int argc, char *argv[]) {
-  (void)argc;
-  (void)argv;
   msg_task_t task1 = MSG_task_create("t1", 300E6, 0, NULL);
   MSG_task_execute (task1);
   MSG_task_destroy(task1);