Browse Source

r11800@Kushana: nickm | 2007-01-02 16:46:45 -0500
Remove an XXXX012 for which the answer is "not really."


svn:r9244

Nick Mathewson 18 years ago
parent
commit
f5b984a36f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/or/connection_edge.c

+ 0 - 2
src/or/connection_edge.c

@@ -1289,8 +1289,6 @@ connection_ap_handshake_rewrite_and_attach(edge_connection_t *conn,
       /* help predict this next time */
       rep_hist_note_used_port(socks->port, time(NULL));
     } else if (socks->command == SOCKS_COMMAND_RESOLVE_PTR) {
-      // XXXX012 NM Do anything here?
-
       rep_hist_note_used_resolve(time(NULL)); /* help predict this next time */
     } else if (socks->command == SOCKS_COMMAND_CONNECT_DIR) {
       ; /* nothing */