Skip to content

Commit 450d740

Browse files
avargitster
authored andcommitted
Makefile: remove a warning about old GETTEXT_POISON flag
Remove a migratory warning I added in 6cdccfc (i18n: make GETTEXT_POISON a runtime option, 2018-11-08) to give anyone using that option in their builds a heads-up about the change from compile-time to runtime introduced in that commit. It's been more than 2 years since then, anyone who ran into this is likely to have made a change as a result, so removing this is long overdue. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 71ca53e commit 450d740

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,9 +1554,6 @@ endif
15541554
ifdef NO_SYMLINK_HEAD
15551555
BASIC_CFLAGS += -DNO_SYMLINK_HEAD
15561556
endif
1557-
ifdef GETTEXT_POISON
1558-
$(warning The GETTEXT_POISON option has been removed in favor of runtime GIT_TEST_GETTEXT_POISON. See t/README!)
1559-
endif
15601557
ifdef NO_GETTEXT
15611558
BASIC_CFLAGS += -DNO_GETTEXT
15621559
USE_GETTEXT_SCHEME ?= fallthrough

0 commit comments

Comments
 (0)