From bafccb2f57ac1a1852be2d6aafe33cf02d1630c1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 15:45:38 -0500 Subject: update dependencies --- src/stdatomic/atomic_intmax_t.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/stdatomic/atomic_intmax_t.c (limited to 'src/stdatomic/atomic_intmax_t.c') diff --git a/src/stdatomic/atomic_intmax_t.c b/src/stdatomic/atomic_intmax_t.c deleted file mode 100644 index 329a8577..00000000 --- a/src/stdatomic/atomic_intmax_t.c +++ /dev/null @@ -1,6 +0,0 @@ -#if 0 - -typedef _Atomic intmax_t atomic_intmax_t; - - -#endif -- cgit v1.2.1