summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/c_function_attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/compilers/c_function_attributes.py')
-rw-r--r--mesonbuild/compilers/c_function_attributes.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mesonbuild/compilers/c_function_attributes.py b/mesonbuild/compilers/c_function_attributes.py
index 3b9fdf9c0..e5de4853e 100644
--- a/mesonbuild/compilers/c_function_attributes.py
+++ b/mesonbuild/compilers/c_function_attributes.py
@@ -127,7 +127,4 @@ CXX_FUNC_ATTRIBUTES = {
'static int (*resolve_foo(void))(void) { return my_foo; }'
'}'
'int foo(void) __attribute__((ifunc("resolve_foo")));'),
- # Clang >= 10 requires the 'extern' keyword
- 'gnu_inline':
- 'extern inline __attribute__((gnu_inline)) int foo(void) { return 0; }',
}