mirror of
https://gitlab.com/klmp200/LO41.git
synced 2024-11-21 16:23:22 +00:00
Suppression de commentaire nul
This commit is contained in:
parent
9306d35519
commit
cf27667313
@ -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)){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user