diff options
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/router.c b/src/or/router.c index d5a2576842..f2747f5141 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1608,8 +1608,6 @@ router_guess_address_from_dir_headers(uint32_t *guess) return -1; } -extern const char tor_svn_revision[]; /* from tor_main.c */ - /** Set <b>platform</b> (max length <b>len</b>) to a NUL-terminated short * string describing the version of Tor and the operating system we're * currently running on. |