diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-04 00:35:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-04 00:35:51 +0000 |
commit | c4b8fef36281851a4f2abd9f9c025e4419a92138 (patch) | |
tree | 083ba88f4949e3cf29d501505ac8b840d5e4f1e5 /src/or/test_data.c | |
parent | b4d7776de8b74c68797c6d53ed80a7f682aabcea (diff) | |
download | tor-c4b8fef36281851a4f2abd9f9c025e4419a92138.tar.gz tor-c4b8fef36281851a4f2abd9f9c025e4419a92138.zip |
Remove svn $Id$s from our source, and remove tor --version --version.
The subversion $Id$ fields made every commit force a rebuild of
whatever file got committed. They were not actually useful for
telling the version of Tor files in the wild.
svn:r17867
Diffstat (limited to 'src/or/test_data.c')
-rw-r--r-- | src/or/test_data.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/test_data.c b/src/or/test_data.c index cb8958a664..61fa37af44 100644 --- a/src/or/test_data.c +++ b/src/or/test_data.c @@ -2,9 +2,6 @@ * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2008, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -/* $Id: /tor/trunk/src/or/test.c 13338 2007-06-10T19:13:32.101740Z nickm $ */ -const char test_data_c_id[] = - "$Id: /tor/trunk/src/or/test.c 13338 2007-06-10T19:13:32.101740Z nickm $"; /** First of 3 example authority certificates for unit testing. */ const char AUTHORITY_CERT_1[] = |