aboutsummaryrefslogtreecommitdiff
path: root/src/or/reasons.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/reasons.c')
-rw-r--r--src/or/reasons.c2
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)
{