소스 검색

Remove a redundant XXX271 comment

Nick Mathewson 7 년 전
부모
커밋
f263cf954a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/or/directory.c

+ 0 - 1
src/or/directory.c

@@ -1269,7 +1269,6 @@ directory_initiate_command_rend(const tor_addr_port_t *or_addr_port,
 
   if (!anonymized_connection && !use_begindir) {
     /* then we want to connect to dirport directly */
-    // XXXX prop271 I think that we never use guards in this case.
 
     if (options->HTTPProxy) {
       tor_addr_copy(&addr, &options->HTTPProxyAddr);