diff options
Diffstat (limited to 'src/or/git_revision.h')
-rw-r--r-- | src/or/git_revision.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/or/git_revision.h b/src/or/git_revision.h deleted file mode 100644 index 02070cfd5e..0000000000 --- a/src/or/git_revision.h +++ /dev/null @@ -1,12 +0,0 @@ -/* Copyright 2001-2004 Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2018, The Tor Project, Inc. */ -/* See LICENSE for licensing information */ - -#ifndef TOR_GIT_REVISION_H -#define TOR_GIT_REVISION_H - -extern const char tor_git_revision[]; - -#endif /* !defined(TOR_GIT_REVISION_H) */ - |