Don't print source file names during compilation (gcc stopped doing it years
authorDavid Given <dg@cowlark.com>
Sat, 7 Jan 2017 23:16:35 +0000 (00:16 +0100)
committerDavid Given <dg@cowlark.com>
Sat, 7 Jan 2017 23:16:35 +0000 (00:16 +0100)
ago).

util/ack/main.c

index 0c7c432..a57454d 100644 (file)
@@ -417,10 +417,6 @@ static int process(char* arg)
                return 1;
        }
        in = orig;
-       if (!nill_flag && arg_count > 1)
-       {
-               printf("%s\n", arg);
-       }
        return startrf(phase);
 }