diff options
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 786b9be7c1..8e46db3fe3 100644 --- a/src/or/directory.c +++ b/src/or/directory.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$ */ -const char directory_c_id[] = - "$Id$"; #include "or.h" #if defined(EXPORTMALLINFO) && defined(HAVE_MALLOC_H) && defined(HAVE_MALLINFO) |