diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-18 16:11:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-18 16:11:24 +0000 |
commit | 122170c1d3333185bacf361c523c8e19f0a5e8ba (patch) | |
tree | 89abcc91294222de3353c64d0e00f98618e9f55e /src/or/reasons.c | |
parent | 6c6b0283cbc24f2d3d3bb7139e1cbeb5a35cfedd (diff) | |
download | tor-122170c1d3333185bacf361c523c8e19f0a5e8ba.tar.gz tor-122170c1d3333185bacf361c523c8e19f0a5e8ba.zip |
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
svn:r17686
Diffstat (limited to 'src/or/reasons.c')
-rw-r--r-- | src/or/reasons.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/reasons.c b/src/or/reasons.c index f261a87ad1..dd989950b4 100644 --- a/src/or/reasons.c +++ b/src/or/reasons.c @@ -248,8 +248,6 @@ tls_error_to_orconn_end_reason(int e) /** Given an errno from a failed ORConn connection, return a reason code * appropriate for use in the controller orconn events. */ -/* XXX021 somebody should think about whether the assignments I've made - * are accurate or useful. -RD */ int errno_to_orconn_end_reason(int e) { |