From ee23328e2b6043201e2b4d715d169a050ce9aeae Mon Sep 17 00:00:00 2001 From: Yuxuan 'fishy' Wang Date: Thu, 7 Dec 2023 08:37:51 -0800 Subject: [PATCH] Revert "lib: cpp: automake: ship thrift/numeric_cast.h" This reverts commit 779deabf0e1fdefe4f6340546181ac9d81fcf670. --- lib/cpp/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index 7512ec53cfd..c015b0db60f 100644 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am @@ -133,7 +133,6 @@ libthriftqt5_la_LDFLAGS = -release $(VERSION) $(BOOST_LDFLAGS) $(QT5_LIBS) include_thriftdir = $(includedir)/thrift include_thrift_HEADERS = \ $(top_builddir)/config.h \ - src/thrift/numeric_cast.h \ src/thrift/thrift-config.h \ src/thrift/thrift_export.h \ src/thrift/TDispatchProcessor.h \