summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSergey Yelin <elinsn@gmail.com>2021-03-23 23:48:02 +0300
committerJens Geyer <jensg@apache.org>2021-03-26 22:19:05 +0100
commiteb0f1175a7e966812e8ddfc44006a7fc8df6102a (patch)
tree7aaa71824cba275c8681db627c99067d11cb5c9f /test
parent3761f0048d0dcf901b683329b4b29cdbd47708fb (diff)
downloadthrift-eb0f1175a7e966812e8ddfc44006a7fc8df6102a.tar.gz
THRIFT-5377 Remove Erlang R16 support
Client: erl Patch: Sergey Yelin This closes #2357
Diffstat (limited to 'test')
-rw-r--r--test/erl/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/erl/Makefile.am b/test/erl/Makefile.am
index 81913eefd..145a76354 100644
--- a/test/erl/Makefile.am
+++ b/test/erl/Makefile.am
@@ -19,11 +19,7 @@
THRIFT_FILES = $(wildcard ../*.thrift)
-if ERLANG_OTP16
-ERL_FLAG = erl:otp16
-else
ERL_FLAG = erl
-endif
# make sure ThriftTest.thrift is generated last to prevent conflicts with other *.thrift files
.generated: $(THRIFT_FILES)
for f in $(THRIFT_FILES) ; do \