summaryrefslogtreecommitdiff
path: root/src/feature/dircache
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-26 09:07:47 +1000
committerteor <teor@torproject.org>2019-12-20 09:50:50 +1000
commitd8b868e483109e32780ec8bfdcefdfbd8355c172 (patch)
treec0b9646326f65cd0a5bb46d020adc226d8eb1c19 /src/feature/dircache
parent57b6678d52eec334a3e650158ac97d60b5b2b38b (diff)
downloadtor-d8b868e483109e32780ec8bfdcefdfbd8355c172.tar.gz
tor-d8b868e483109e32780ec8bfdcefdfbd8355c172.zip
Code Style: Delete PRIVATE defines that are never used
Some ".c" files define *_PRIVATE macros, but those macros are not used in any header file. Delete them. These changes were created using the "make autostyle" from 32522, and then split into commits.
Diffstat (limited to 'src/feature/dircache')
-rw-r--r--src/feature/dircache/dirserv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/dircache/dirserv.c b/src/feature/dircache/dirserv.c
index 85331bfeaa..53bb9814a7 100644
--- a/src/feature/dircache/dirserv.c
+++ b/src/feature/dircache/dirserv.c
@@ -3,7 +3,6 @@
* Copyright (c) 2007-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */
-#define DIRSERV_PRIVATE
#include "core/or/or.h"
#include "app/config/config.h"