aboutsummaryrefslogtreecommitdiff
path: root/sed.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-14 20:31:45 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-14 20:31:45 +0000
commitf61caf04115985e64c1c1e57c8504786518ab63a (patch)
tree4b746d97d84d05690a4fa6fd0de29acbfbfd659f /sed.c
parent7918e1fd549adbcf1df30f73914104436504d5e5 (diff)
downloadbusybox-f61caf04115985e64c1c1e57c8504786518ab63a.tar.gz
Remove unneeded junk
Diffstat (limited to 'sed.c')
-rw-r--r--sed.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sed.c b/sed.c
index 707ab9308..f26e6e304 100644
--- a/sed.c
+++ b/sed.c
@@ -51,10 +51,6 @@
#include <ctype.h> /* for isspace() */
#include "busybox.h"
-#define bb_need_full_version
-#define BB_DECLARE_EXTERN
-#include "messages.c"
-
/* externs */
extern int optind; /* in unistd.h */
extern char *optarg; /* ditto */