summaryrefslogtreecommitdiffstats
path: root/config/has/tm-gmtoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/has/tm-gmtoff.c')
-rw-r--r--config/has/tm-gmtoff.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/has/tm-gmtoff.c b/config/has/tm-gmtoff.c
deleted file mode 100644
index 543df48..0000000
--- a/config/has/tm-gmtoff.c
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright © Tavian Barnes <tavianator@tavianator.com>
-// SPDX-License-Identifier: 0BSD
-
-#include <time.h>
-
-int main(void) {
- struct tm tm = {0};
- return tm.tm_gmtoff;
-}