diff options
Diffstat (limited to '')
-rw-r--r-- | src/histedit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/histedit.c b/src/histedit.c index d25c0c4..36d7937 100644 --- a/src/histedit.c +++ b/src/histedit.c @@ -489,11 +489,4 @@ str_to_event(const char *str, int last) } return (he.num); } -#else -int -histcmd(int argc, char **argv) -{ - sh_error("not compiled with history support"); - /* NOTREACHED */ -} #endif |