소스 검색

removed unused variable; silence warning

svn:r844
Nick Mathewson 22 년 전
부모
커밋
312208eff1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/or/connection_or.c

+ 0 - 1
src/or/connection_or.c

@@ -180,7 +180,6 @@ static int connection_tls_finish_handshake(connection_t *conn) {
   crypto_pk_env_t *pk;
   routerinfo_t *router;
   char nickname[MAX_NICKNAME_LEN+1];
-  connection_t *otherconn;
 
   conn->state = OR_CONN_STATE_OPEN;
   directory_set_dirty();