diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-12 06:14:41 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-12 06:14:41 +0000 |
commit | 5cebd8df7001812e22915059a9f35266da819f75 (patch) | |
tree | cac3682e9692b0fe9269b7901d8c3c2b422f8407 | |
parent | 89d516f95c142ff5842c06399f09176a174304ce (diff) | |
download | tor-5cebd8df7001812e22915059a9f35266da819f75.tar.gz tor-5cebd8df7001812e22915059a9f35266da819f75.zip |
remove temporary network-status keyword
svn:r5007
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index a3bf9ab75a..5befbd96dc 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -134,8 +134,6 @@ static struct { { "dir-signing-key", K_DIR_SIGNING_KEY, ARGS, OBJ_OK, DIR|NETSTATUS}, { "family", K_FAMILY, ARGS, NO_OBJ, RTR }, { "fingerprint", K_FINGERPRINT, ARGS, NO_OBJ, ANY }, - /* XXXX NM obsolete; remove once tor26 upgrades. */ - { "dir-fingerprint", K_FINGERPRINT, ARGS, NO_OBJ, NETSTATUS }, { "hibernating", K_HIBERNATING, ARGS, NO_OBJ, RTR }, { "read-history", K_READ_HISTORY, ARGS, NO_OBJ, RTR }, { "write-history", K_WRITE_HISTORY, ARGS, NO_OBJ, RTR }, |