From 8439c4ec2f96d60c4801a87efdfd8707606dcf62 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 2 Oct 2007 20:35:23 +0000 Subject: r15512@catbus: nickm | 2007-10-02 16:27:43 -0400 Make some functions static; remove some dead code. svn:r11750 --- src/or/connection.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/connection.c') diff --git a/src/or/connection.c b/src/or/connection.c index 23a0be1fdd..b6af0910f9 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -2369,6 +2369,7 @@ connection_get_by_type_state(int type, int state) return NULL; } +#if 0 /** Return the connection of type type that is in state * state, that was written to least recently, and that is not * marked for close. @@ -2386,6 +2387,7 @@ connection_get_by_type_state_lastwritten(int type, int state) }); return best; } +#endif /** Return a connection of type type that has rendquery equal * to rendquery, and that is not marked for close. If state -- cgit v1.2.3-54-g00ecf