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.
This commit is contained in:
teor
2019-11-26 09:07:47 +10:00
parent 57b6678d52
commit d8b868e483
19 changed files with 1 additions and 25 deletions
-1
View File
@@ -1,7 +1,6 @@
/* Copyright (c) 2010-2019, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#define UTIL_PROCESS_PRIVATE
#include "orconfig.h"
#include "core/or/or.h"