diff options
Diffstat (limited to 'string/memcmp.c')
-rw-r--r-- | string/memcmp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/string/memcmp.c b/string/memcmp.c index 2a73b1c31b..dd76145f03 100644 --- a/string/memcmp.c +++ b/string/memcmp.c @@ -88,9 +88,6 @@ typedef unsigned char byte; static int memcmp_bytes (op_t, op_t) __THROW; -# ifdef __GNUC__ -__inline -# endif static int memcmp_bytes (a, b) op_t a, b; |