aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/include.am
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2023-06-26 18:51:48 +0000
committerMike Perry <mikeperry-git@torproject.org>2023-06-27 16:44:07 +0000
commit641ed48e6dabc9adb30d3982e8bc210351f9c2b4 (patch)
tree067cbea923cb867bd587317e2b4fbccb97b4b760 /src/core/or/include.am
parent99ad0de9f5944bfb6698ec670d67c700ee564586 (diff)
downloadtor-641ed48e6dabc9adb30d3982e8bc210351f9c2b4.tar.gz
tor-641ed48e6dabc9adb30d3982e8bc210351f9c2b4.zip
Bug 40566: Unhook unused congestion control algs
Diffstat (limited to 'src/core/or/include.am')
-rw-r--r--src/core/or/include.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/or/include.am b/src/core/or/include.am
index 12456b98dd..d0dffd5d3b 100644
--- a/src/core/or/include.am
+++ b/src/core/or/include.am
@@ -36,8 +36,6 @@ LIBTOR_APP_A_SOURCES += \
src/core/or/sendme.c \
src/core/or/congestion_control_common.c \
src/core/or/congestion_control_vegas.c \
- src/core/or/congestion_control_nola.c \
- src/core/or/congestion_control_westwood.c \
src/core/or/congestion_control_flow.c \
src/core/or/conflux.c \
src/core/or/conflux_cell.c \
@@ -112,8 +110,6 @@ noinst_HEADERS += \
src/core/or/congestion_control_flow.h \
src/core/or/congestion_control_common.h \
src/core/or/congestion_control_vegas.h \
- src/core/or/congestion_control_nola.h \
- src/core/or/congestion_control_westwood.h \
src/core/or/conflux.h \
src/core/or/conflux_cell.h \
src/core/or/conflux_params.h \