From cf27667313ef1308b7b76c07988f303c7708ea12 Mon Sep 17 00:00:00 2001 From: klmp200 Date: Fri, 22 Jun 2018 02:14:52 +0200 Subject: [PATCH] Suppression de commentaire nul --- Elevator/Elevator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Elevator/Elevator.c b/Elevator/Elevator.c index 9d4f25d..6962dae 100644 --- a/Elevator/Elevator.c +++ b/Elevator/Elevator.c @@ -134,7 +134,6 @@ void *runnable_Elevator(void * void_this){ printf("Ascenseur %s : Initialisation...\n", this->name); while (data->is_active_passengers_left(data)){ -// for (;;){ usleep(250000); if(this->target_floor == this->get_floor(this)){