summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bf.c b/bf.c
index 9302c59..688841d 100644
--- a/bf.c
+++ b/bf.c
@@ -190,9 +190,6 @@ main(int argc, char **argv)
argc -= optind;
argv += optind;
- if (!argc)
- return -1;
-
prog = freadall(*argv);
if (!prog)
errx(1, "not found: %s", *argv);