diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index 962fc2609..369bb5bb9 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -13258,8 +13258,6 @@ unsetcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) | |||
13258 | return ret & 1; | 13258 | return ret & 1; |
13259 | } | 13259 | } |
13260 | 13260 | ||
13261 | /* setmode.c */ | ||
13262 | |||
13263 | #if !ENABLE_PLATFORM_MINGW32 | 13261 | #if !ENABLE_PLATFORM_MINGW32 |
13264 | 13262 | ||
13265 | static const unsigned char timescmd_str[] ALIGN1 = { | 13263 | static const unsigned char timescmd_str[] ALIGN1 = { |