diff options
author | Ron Yorston <rmy@pobox.com> | 2013-03-26 13:44:53 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2013-03-26 13:44:53 +0000 |
commit | bc81569f18e1d1ec53a7f631da68997705a1bf4e (patch) | |
tree | accee0ed9cbe59ffb323350be8b59769ba155a19 /shell | |
parent | e6bb3e5823c27432d025cebc950a404bc373ce41 (diff) | |
download | busybox-w32-bc81569f18e1d1ec53a7f631da68997705a1bf4e.tar.gz busybox-w32-bc81569f18e1d1ec53a7f631da68997705a1bf4e.tar.bz2 busybox-w32-bc81569f18e1d1ec53a7f631da68997705a1bf4e.zip |
ash: remove old comment
Diffstat (limited to 'shell')
-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 = { |