]> git.sur5r.net Git - i3/i3/blobdiff - i3-input/main.c
Remove dead code guarded with "#if 0 … #endif" (#2338)
[i3/i3] / i3-input / main.c
index 2241f2cffd1c4e5b8765bb2489214f92e6c8b643..b467c4c37d86e867c747486097ce0b9c2761c4ff 100644 (file)
@@ -216,10 +216,6 @@ static void finish_input() {
 
     free(full);
 
-#if 0
-    free(command);
-    return 1;
-#endif
     exit(0);
 }