diff options
Diffstat (limited to 'src/common/ht.h')
-rw-r--r-- | src/common/ht.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/ht.h b/src/common/ht.h index ab371ec36d..53c06d890e 100644 --- a/src/common/ht.h +++ b/src/common/ht.h @@ -1,13 +1,11 @@ /* Copyright 2002 Christopher Clark */ /* Copyright 2005 Nick Mathewson */ /* See license at end. */ -/* $Id$ */ /* Based on ideas by Christopher Clark and interfaces from Niels Provos. */ #ifndef _TOR_HT_H #define _TOR_HT_H -#define HT_H_ID "$Id$" #define HT_HEAD(name, type) \ struct name { \ |