summaryrefslogtreecommitdiff
path: root/tests/permutc2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/permutc2.exp')
-rw-r--r--tests/permutc2.exp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/permutc2.exp b/tests/permutc2.exp
index 11aa9e8..32aff6b 100644
--- a/tests/permutc2.exp
+++ b/tests/permutc2.exp
@@ -125,12 +125,6 @@ hash (register const char *str, register size_t len)
return asso_values[(unsigned char)str[1]+3] + asso_values[(unsigned char)str[0]];
}
-#ifdef __GNUC__
-__inline
-#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
-#endif
const char *
in_word_set (register const char *str, register size_t len)
{