summaryrefslogtreecommitdiff
path: root/src/common/torgzip.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-04 00:35:51 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-04 00:35:51 +0000
commitc4b8fef36281851a4f2abd9f9c025e4419a92138 (patch)
tree083ba88f4949e3cf29d501505ac8b840d5e4f1e5 /src/common/torgzip.h
parentb4d7776de8b74c68797c6d53ed80a7f682aabcea (diff)
downloadtor-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/common/torgzip.h')
-rw-r--r--src/common/torgzip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/torgzip.h b/src/common/torgzip.h
index 1172371801..6b994c2fc4 100644
--- a/src/common/torgzip.h
+++ b/src/common/torgzip.h
@@ -2,7 +2,6 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2008, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-/* $Id$ */
/**
* \file torgzip.h
@@ -11,7 +10,6 @@
#ifndef _TOR_TORGZIP_H
#define _TOR_TORGZIP_H
-#define TORGZIP_H_ID "$Id$"
/** Enumeration of what kind of compression to use. Only ZLIB_METHOD is
* guaranteed to be supported by the compress/uncompress functions here;