summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/has/compound-literal-storage.c6
-rw-r--r--build/header.mk1
2 files changed, 0 insertions, 7 deletions
diff --git a/build/has/compound-literal-storage.c b/build/has/compound-literal-storage.c
deleted file mode 100644
index e2281e1..0000000
--- a/build/has/compound-literal-storage.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright © Tavian Barnes <tavianator@tavianator.com>
-// SPDX-License-Identifier: 0BSD
-
-int main(void) {
- return (static int){0};
-}
diff --git a/build/header.mk b/build/header.mk
index 19cb175..0e3af14 100644
--- a/build/header.mk
+++ b/build/header.mk
@@ -19,7 +19,6 @@ HEADERS := \
gen/has/acl-is-trivial-np.h \
gen/has/acl-trivial.h \
gen/has/builtin-riscv-pause.h \
- gen/has/compound-literal-storage.h \
gen/has/confstr.h \
gen/has/dprintf.h \
gen/has/extattr-get-file.h \