diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-14 20:31:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-14 20:31:45 +0000 |
commit | f61caf04115985e64c1c1e57c8504786518ab63a (patch) | |
tree | 4b746d97d84d05690a4fa6fd0de29acbfbfd659f | |
parent | 7918e1fd549adbcf1df30f73914104436504d5e5 (diff) | |
download | busybox-w32-f61caf04115985e64c1c1e57c8504786518ab63a.tar.gz busybox-w32-f61caf04115985e64c1c1e57c8504786518ab63a.tar.bz2 busybox-w32-f61caf04115985e64c1c1e57c8504786518ab63a.zip |
Remove unneeded junk
-rw-r--r-- | editors/sed.c | 4 | ||||
-rw-r--r-- | sed.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/editors/sed.c b/editors/sed.c index 707ab9308..f26e6e304 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -51,10 +51,6 @@ | |||
51 | #include <ctype.h> /* for isspace() */ | 51 | #include <ctype.h> /* for isspace() */ |
52 | #include "busybox.h" | 52 | #include "busybox.h" |
53 | 53 | ||
54 | #define bb_need_full_version | ||
55 | #define BB_DECLARE_EXTERN | ||
56 | #include "messages.c" | ||
57 | |||
58 | /* externs */ | 54 | /* externs */ |
59 | extern int optind; /* in unistd.h */ | 55 | extern int optind; /* in unistd.h */ |
60 | extern char *optarg; /* ditto */ | 56 | extern char *optarg; /* ditto */ |
@@ -51,10 +51,6 @@ | |||
51 | #include <ctype.h> /* for isspace() */ | 51 | #include <ctype.h> /* for isspace() */ |
52 | #include "busybox.h" | 52 | #include "busybox.h" |
53 | 53 | ||
54 | #define bb_need_full_version | ||
55 | #define BB_DECLARE_EXTERN | ||
56 | #include "messages.c" | ||
57 | |||
58 | /* externs */ | 54 | /* externs */ |
59 | extern int optind; /* in unistd.h */ | 55 | extern int optind; /* in unistd.h */ |
60 | extern char *optarg; /* ditto */ | 56 | extern char *optarg; /* ditto */ |