diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-25 16:58:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-25 16:58:39 +0000 |
commit | 944be90b21318902a091ca285e19895369a2caea (patch) | |
tree | 74f28b4141798462045b7398b5e4c4c478f30b36 | |
parent | fe4208fe93523a464dbc3094a914a2923e66bd3e (diff) | |
download | busybox-w32-944be90b21318902a091ca285e19895369a2caea.tar.gz busybox-w32-944be90b21318902a091ca285e19895369a2caea.tar.bz2 busybox-w32-944be90b21318902a091ca285e19895369a2caea.zip |
Remove a now unneeded check
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1620,7 +1620,7 @@ extern char *get_line_from_file(FILE *file) | |||
1620 | return linebuf; | 1620 | return linebuf; |
1621 | } | 1621 | } |
1622 | 1622 | ||
1623 | #if defined BB_CAT || defined BB_LSMOD | 1623 | #if defined BB_CAT |
1624 | extern void print_file(FILE *file) | 1624 | extern void print_file(FILE *file) |
1625 | { | 1625 | { |
1626 | int c; | 1626 | int c; |