1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2024-06-15 11:12:02 +00:00

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

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