From: Nick Mathewson Date: Wed, 17 Dec 2008 17:20:22 +0000 (+0000) Subject: Remove the no-longer-used incoming_cmd_type field from control_connection_t. X-Git-Tag: tor-0.2.1.9-alpha~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e1cc6fe24e08310edb9211bac9b54ab886c958;p=thirdparty%2Ftor.git Remove the no-longer-used incoming_cmd_type field from control_connection_t. svn:r17647 --- diff --git a/src/or/or.h b/src/or/or.h index c1698374f5..c5165d3db3 100644 --- a/src/or/or.h +++ b/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 **/