aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/congestion_control_flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/congestion_control_flow.h')
-rw-r--r--src/core/or/congestion_control_flow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/or/congestion_control_flow.h b/src/core/or/congestion_control_flow.h
index 5c735cce23..05e25c44d0 100644
--- a/src/core/or/congestion_control_flow.h
+++ b/src/core/or/congestion_control_flow.h
@@ -31,8 +31,6 @@ bool edge_uses_flow_control(const edge_connection_t *stream);
bool conn_uses_flow_control(connection_t *stream);
-uint64_t edge_get_max_rtt(const edge_connection_t *);
-
/** Metricsport externs */
extern uint64_t cc_stats_flow_num_xoff_sent;
extern uint64_t cc_stats_flow_num_xon_sent;