diff --git a/misc/tst-atomic.c b/misc/tst-atomic.c
index 5537354def..04eff6eecd 100644
--- a/misc/tst-atomic.c
+++ b/misc/tst-atomic.c
@@ -16,7 +16,6 @@
License along with the GNU C Library; if not, see
. */
-#ifndef __clang__
#include
#include
@@ -253,12 +252,4 @@ do_test (void)
}
#include
-#else
-#include
-int
-main (void)
-{
- return EXIT_UNSUPPORTED;
-}
-#endif