aboutsummaryrefslogtreecommitdiff
path: root/src/timezone/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timezone/private.h')
-rw-r--r--src/timezone/private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/timezone/private.h b/src/timezone/private.h
index 533e3d9f4ed..39d40e43a9f 100644
--- a/src/timezone/private.h
+++ b/src/timezone/private.h
@@ -46,11 +46,7 @@
/* PG doesn't currently rely on <inttypes.h>, so work around strtoimax() */
#undef strtoimax
-#ifdef HAVE_STRTOLL
#define strtoimax strtoll
-#else
-#define strtoimax strtol
-#endif
/*