diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2014-01-30 12:48:49 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-03 13:34:30 -0500 |
commit | 00ec6e6af0775cd693e12e56eb6df3cbefe57daa (patch) | |
tree | f48f047c14bf4ca4e542255832f056e30e289042 /src/or/or.h | |
parent | 881c7c0f7d86af501f7eeb34b021636af85d186f (diff) | |
download | tor-00ec6e6af0775cd693e12e56eb6df3cbefe57daa.tar.gz tor-00ec6e6af0775cd693e12e56eb6df3cbefe57daa.zip |
More fixes to rip out all of the v2 directory code.
(This was a squash commit, but I forgot to squash it. Sorry! --Nick)
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 29ec32091c..40fc567f5e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4677,8 +4677,6 @@ typedef enum { GEOIP_CLIENT_CONNECT = 0, /** We've served a networkstatus consensus as a directory server. */ GEOIP_CLIENT_NETWORKSTATUS = 1, - /** We've served a v2 networkstatus consensus as a directory server. */ - GEOIP_CLIENT_NETWORKSTATUS_V2 = 2, } geoip_client_action_t; /** Indicates either a positive reply or a reason for rejectng a network * status request that will be included in geoip statistics. */ |