diff --git a/G17_bykes/bykes b/G17_bykes/bykes
deleted file mode 100755
index f4ccc94a889b389e17bc24927c01c6960adf02cf..0000000000000000000000000000000000000000
Binary files a/G17_bykes/bykes and /dev/null differ
diff --git a/G17_bykes/city.h b/G17_bykes/city.h
index dc9b8a678989f596a83c764097f6bde5922f8d6f..c1c59401a9f3daab2d7a7133c7da20a0ef3976c3 100644
--- a/G17_bykes/city.h
+++ b/G17_bykes/city.h
@@ -13,7 +13,7 @@
 
 #define CITY_CAPACITY_MIN 2
 #define DEPOT  0
-#define USLEEP 1
+#define USLEEP 0
 
 struct terminal{
     int nb_bikesParked;
diff --git a/G17_bykes/civilian.h b/G17_bykes/civilian.h
index 33c2a2342c56c0d512e188815ca5a0be657e0cbc..9de8c927aca9ea4c98a419c652970781ea0f3eba 100644
--- a/G17_bykes/civilian.h
+++ b/G17_bykes/civilian.h
@@ -3,8 +3,6 @@
 
 #include "city.h"
 
-#define USLEEP 1
-
 struct person{
     int num_thread;
     int nb_travels;