summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2013-12-02 05:52:11 +0000
committerDimitri Sokolyuk <demon@dim13.org>2013-12-02 05:52:11 +0000
commit2451441cabce6750f103d85b82dcc37009fffa4e (patch)
tree916bd6493a2abc05f2fb4ac70763e67848df594d
parent329ccb0947fed5c6e141912aad04afec2673b636 (diff)
cleanup
-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);