This is an automated email from the ASF dual-hosted git repository.
maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new f72ba77f16 Don't build traffic_quic command (#9726)
f72ba77f16 is described below
commit f72ba77f16bd68ff27f5215857d788cb1d55f3e0
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Tue May 23 07:25:33 2023 +0900
Don't build traffic_quic command (#9726)
---
src/Makefile.am | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 672ca2896d..8735301d48 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,11 +40,5 @@ include traffic_layout/Makefile.inc
include traffic_logcat/Makefile.inc
include traffic_ctl/Makefile.inc
-
-
-if ENABLE_QUIC
-include traffic_quic/Makefile.inc
-endif
-
clang-tidy-local: $(DIST_SOURCES)
$(CXX_Clang_Tidy)