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/test/test_util.c | |
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/test/test_util.c')
-rw-r--r-- | src/test/test_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index 5f46e4fcff..7f7e157c17 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -4,11 +4,8 @@ /* See LICENSE for licensing information */ #include "orconfig.h" -#define COMPAT_PRIVATE #define COMPAT_TIME_PRIVATE -#define UTIL_PRIVATE #define UTIL_MALLOC_PRIVATE -#define SOCKET_PRIVATE #define PROCESS_WIN32_PRIVATE #include "lib/testsupport/testsupport.h" #include "core/or/or.h" |