summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-20 15:33:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-05-20 15:33:27 (GMT)
commit7b304ab16c7b1e6cdf6294fe16177a42a2894f8c (patch)
tree661758bec954d0ddab592cc00807d1164eb84db8 /Makefile
parent74c6cba6d82a2947c0f80b6343b9ca281ee325b3 (diff)
parent84b0115f0dc9483dbc7f064b46afaddc4d94db92 (diff)
downloadgit-7b304ab16c7b1e6cdf6294fe16177a42a2894f8c.zip
git-7b304ab16c7b1e6cdf6294fe16177a42a2894f8c.tar.gz
git-7b304ab16c7b1e6cdf6294fe16177a42a2894f8c.tar.bz2
Merge branch 'cb/no-more-gmtime'
Code clean-up by removing a compatibility implementation of a function we no longer use. * cb/no-more-gmtime: compat: remove gmtime
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 3d3a39f..90aa329 100644
--- a/Makefile
+++ b/Makefile
@@ -399,9 +399,6 @@ all::
# with a different indexfile format version. If it isn't set the index
# file format used is index-v[23].
#
-# Define GMTIME_UNRELIABLE_ERRORS if your gmtime() function does not
-# return NULL when it receives a bogus time_t.
-#
# Define HAVE_CLOCK_GETTIME if your platform has clock_gettime.
#
# Define HAVE_CLOCK_MONOTONIC if your platform has CLOCK_MONOTONIC.
@@ -1809,11 +1806,6 @@ ifndef NO_MSGFMT_EXTENDED_OPTIONS
MSGFMT += --check --statistics
endif
-ifdef GMTIME_UNRELIABLE_ERRORS
- COMPAT_OBJS += compat/gmtime.o
- BASIC_CFLAGS += -DGMTIME_UNRELIABLE_ERRORS
-endif
-
ifdef HAVE_CLOCK_GETTIME
BASIC_CFLAGS += -DHAVE_CLOCK_GETTIME
endif