]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the no-longer-used incoming_cmd_type field from control_connection_t.
authorNick Mathewson <nickm@torproject.org>
Wed, 17 Dec 2008 17:20:22 +0000 (17:20 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 17 Dec 2008 17:20:22 +0000 (17:20 +0000)
svn:r17647

src/or/or.h

index c1698374f5c0bd55d8f531966fd77d59ce1888ac..c5165d3db3f4b14caf760a1353892db81419b03b 100644 (file)
@@ -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 **/