aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs
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/hs
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/hs')
-rw-r--r--src/feature/hs/hs_config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/hs/hs_config.c b/src/feature/hs/hs_config.c
index ed577daf7d..3c302e70b3 100644
--- a/src/feature/hs/hs_config.c
+++ b/src/feature/hs/hs_config.c
@@ -23,8 +23,6 @@
* every option that is common to all version (config_generic_service).
**/
-#define HS_CONFIG_PRIVATE
-
#include "feature/hs/hs_common.h"
#include "feature/hs/hs_config.h"
#include "feature/hs/hs_client.h"