aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-17 17:20:22 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-17 17:20:22 +0000
commitd0e1cc6fe24e08310edb9211bac9b54ab886c958 (patch)
tree80c9ba9118ebfc7b4b258e26f20d3bcbffdcfa4f /src
parent68a6935afb9566cb2e521997b48741a1037b5802 (diff)
downloadtor-d0e1cc6fe24e08310edb9211bac9b54ab886c958.tar
tor-d0e1cc6fe24e08310edb9211bac9b54ab886c958.tar.gz
Remove the no-longer-used incoming_cmd_type field from control_connection_t.
svn:r17647
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index c1698374f..c5165d3db 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 **/