summaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 30d245c72b..a63b58f86d 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -832,10 +832,3 @@ int is_legal_nickname_or_hexdigest(const char *s)
return len == HEX_DIGEST_LEN+1 && strspn(s+1,HEX_CHARACTERS)==len-1;
}
-/*
- Local Variables:
- mode:c
- indent-tabs-mode:nil
- c-basic-offset:2
- End:
-*/