Suppression de commentaire nul

This commit is contained in:
Antoine Bartuccio 2018-06-22 02:14:52 +02:00
parent 9306d35519
commit cf27667313
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 0 additions and 1 deletions

View File

@ -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)){