aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-25 14:01:04 -0500
committerNick Mathewson <nickm@torproject.org>2011-03-11 11:01:17 -0500
commit02d93caa09656b1ef73838608258afad5c090105 (patch)
tree279e7cc4cf69fba35324bc48ce6b8b6c908e096d /src/or/router.c
parent671318c3a84657acc8b97cf59871489065264ece (diff)
downloadtor-02d93caa09656b1ef73838608258afad5c090105.tar
tor-02d93caa09656b1ef73838608258afad5c090105.tar.gz
Backport: Generate version tags using Git, not (broken) svn revisions.
Partial backport of daa0326aaaa85a760be94ee2360cfa61a9fb5be2 . Resolves bug 2402. Bugfix on 0.2.1.15 (for the part where we switched to git) and on 0.2.1.30 (for the part where we dumped micro-revisions.)
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 75f592d9e..4ce4f852a 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -1586,8 +1586,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.