summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-29 05:51:50 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-29 05:51:50 +0000
commit6fbf17e7b0a690d95abe9cc889133b607e6f2e28 (patch)
tree81724cab811617dbbc8ba1652b676152598c92cc /src/or/rephist.c
parent0e172d9f6e0f6b1fbe20618879b892662a7dc051 (diff)
downloadtor-6fbf17e7b0a690d95abe9cc889133b607e6f2e28.tar.gz
tor-6fbf17e7b0a690d95abe9cc889133b607e6f2e28.zip
r11749@Kushana: nickm | 2006-12-29 00:51:42 -0500
Remove dead code; make targets of addressmap commands/configs use AllowNonRFC953Hostnames svn:r9211
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 7b13d124bc..e24b6ad205 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -882,14 +882,6 @@ rep_hist_note_used_resolve(time_t now)
rep_hist_note_used_port(80, now);
}
-#if 0
-int
-rep_hist_get_predicted_resolve(time_t now)
-{
- return 0;
-}
-#endif
-
/** The last time at which we needed an internal circ. */
static time_t predicted_internal_time = 0;
/** The last time we needed an internal circ with good uptime. */