Преглед на файлове

Remove the no-longer-used incoming_cmd_type field from control_connection_t.

svn:r17647
Nick Mathewson преди 17 години
родител
ревизия
d0e1cc6fe2
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/or/or.h

+ 0 - 2
src/or/or.h

@@ -1178,8 +1178,6 @@ typedef struct control_connection_t {
   uint32_t incoming_cmd_len;
   uint32_t incoming_cmd_cur_len;
   char *incoming_cmd;
-  /* Used only by control v0 connections */
-  uint16_t incoming_cmd_type;
 } control_connection_t;
 
 /** Cast a connection_t subtype pointer to a connection_t **/