commit a7d31b6171745a6e2c87eae7a509bd23f418a925 parent 8e5351395aa18988b65bc57419d7ec55d616febe Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sat, 3 Jun 2017 23:01:17 +0200 remove dead code (thanks, louis!) Diffstat:
irctk.c | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/irctk.c b/irctk.c @@ -1870,9 +1870,6 @@ static void* fifo_in_thread (void *arg) { int i=0; char *msg; char *target = line+1; - if (!line[0]) - target = NULL; - while (line[i] != ']' && line[i]) i++; if (!line[i])