diff options
author | teor <teor@torproject.org> | 2019-11-26 09:07:47 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-20 09:50:50 +1000 |
commit | d8b868e483109e32780ec8bfdcefdfbd8355c172 (patch) | |
tree | c0b9646326f65cd0a5bb46d020adc226d8eb1c19 /src/feature/dirauth/guardfraction.h | |
parent | 57b6678d52eec334a3e650158ac97d60b5b2b38b (diff) | |
download | tor-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/dirauth/guardfraction.h')
-rw-r--r-- | src/feature/dirauth/guardfraction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/guardfraction.h b/src/feature/dirauth/guardfraction.h index 9f01ded838..cae4777605 100644 --- a/src/feature/dirauth/guardfraction.h +++ b/src/feature/dirauth/guardfraction.h @@ -16,7 +16,7 @@ STATIC int dirserv_read_guardfraction_file_from_str(const char *guardfraction_file_str, smartlist_t *vote_routerstatuses); -#endif /* defined(DIRSERV_PRIVATE) */ +#endif int dirserv_read_guardfraction_file(const char *fname, smartlist_t *vote_routerstatuses); |