aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-25 16:58:39 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-25 16:58:39 +0000
commit944be90b21318902a091ca285e19895369a2caea (patch)
tree74f28b4141798462045b7398b5e4c4c478f30b36 /utility.c
parentfe4208fe93523a464dbc3094a914a2923e66bd3e (diff)
downloadbusybox-944be90b21318902a091ca285e19895369a2caea.tar.gz
Remove a now unneeded check
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index 2ec44d901..b014f2a59 100644
--- a/utility.c
+++ b/utility.c
@@ -1620,7 +1620,7 @@ extern char *get_line_from_file(FILE *file)
return linebuf;
}
-#if defined BB_CAT || defined BB_LSMOD
+#if defined BB_CAT
extern void print_file(FILE *file)
{
int c;