aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 7ee2512d6d..f3e6a53f80 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -644,7 +644,6 @@ routerinfo_t *router_parse_entry_from_string(const char *s,
smartlist_t *tokens = NULL, *exit_policy_tokens = NULL;
directory_token_t *tok;
int t;
- long lng;
int ports_set, bw_set;
if (!end) {