From f1d70dad5381352b3cad04b5ee0dd0efe2627683 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 7 Feb 2013 14:44:18 -0800 Subject: Remove lots of inline keywords. --- string/memcmp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'string/memcmp.c') 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; -- cgit 1.4.1