aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-28 03:22:19 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-28 03:22:19 +0000
commit184d73636d2bbf334b39087a10618e5339b6bd18 (patch)
treea1d7a94fb2c579e621e3142000b8e7cea4317b8f /shell
parent028b65b0606b3c44db768ccfd591dda914581b4a (diff)
downloadbusybox-184d73636d2bbf334b39087a10618e5339b6bd18.tar.gz
Remove unneeded stuff.
Diffstat (limited to 'shell')
-rw-r--r--shell/cmdedit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/cmdedit.h b/shell/cmdedit.h
index 0ab94c6ce..9e3e44b36 100644
--- a/shell/cmdedit.h
+++ b/shell/cmdedit.h
@@ -1,14 +1,8 @@
#ifndef CMDEDIT_H
#define CMDEDIT_H
-#ifdef BB_FEATURE_COMMAND_EDITING
-#include <stddef.h>
-#include "busybox.h"
-
void cmdedit_init(void);
void cmdedit_terminate(void);
void cmdedit_read_input(char* promptStr, char* command); /* read a line of input */
-#endif /* BB_FEATURE_COMMAND_EDITING */
-
#endif /* CMDEDIT_H */