diff --git a/pendu.c b/pendu.c
index d00d9c6..12a0173 100644
--- a/pendu.c
+++ b/pendu.c
@@ -78,11 +78,6 @@ void save_party(char * status, const char * good_word, char try[]) {
         fclose(fichier); // On ferme le fichier qui a été ouvert
     }
 
-=======
-void sig_handler(int signum){
-    printf("\ntime out\n");
-    exit (1);
->>>>>>> b4f25a5 (ajout du cooldown sur le scanf)
 =======
 /* this function display time out when user does nothing during 30s and verify signal*/
 void sig_handler(int signum){