summaryrefslogtreecommitdiff
path: root/src/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grep.c')
-rw-r--r--src/grep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grep.c b/src/grep.c
index 6ff852ad..9c933e46 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -3008,6 +3008,5 @@ main (int argc, char **argv)
status &= grep_command_line_arg (*files++);
while (*files != NULL);
- /* We register via atexit to test stdout. */
return errseen ? EXIT_TROUBLE : status;
}