From 0a2a7b55a9212d8fc708fd564407e5505b5e8363 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Thu, 30 Jan 2014 21:03:07 +0000 Subject: mingw: dummy implementation of times/sysconf --- shell/ash.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'shell') diff --git a/shell/ash.c b/shell/ash.c index 40660dad5..3d9af3891 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -13278,8 +13278,6 @@ unsetcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) return ret & 1; } -#if !ENABLE_PLATFORM_MINGW32 - static const unsigned char timescmd_str[] ALIGN1 = { ' ', offsetof(struct tms, tms_utime), '\n', offsetof(struct tms, tms_stime), @@ -13311,13 +13309,6 @@ timescmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) return 0; } -#else -static int FAST_FUNC -timescmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) -{ - return 0; -} -#endif #if ENABLE_SH_MATH_SUPPORT /* -- cgit v1.2.3-55-g6feb