mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
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:
parent
57b6678d52
commit
d8b868e483
@ -66,7 +66,6 @@
|
|||||||
* part of a subclass (channel_tls_t).
|
* part of a subclass (channel_tls_t).
|
||||||
*/
|
*/
|
||||||
#define TOR_CHANNEL_INTERNAL_
|
#define TOR_CHANNEL_INTERNAL_
|
||||||
#define CONNECTION_PRIVATE
|
|
||||||
#include "app/config/config.h"
|
#include "app/config/config.h"
|
||||||
#include "core/mainloop/connection.h"
|
#include "core/mainloop/connection.h"
|
||||||
#include "core/mainloop/mainloop.h"
|
#include "core/mainloop/mainloop.h"
|
||||||
|
@ -99,7 +99,6 @@
|
|||||||
#include "lib/compress/compress_zstd.h"
|
#include "lib/compress/compress_zstd.h"
|
||||||
#include "lib/buf/buffers.h"
|
#include "lib/buf/buffers.h"
|
||||||
|
|
||||||
#define OCIRC_EVENT_PRIVATE
|
|
||||||
#include "core/or/ocirc_event.h"
|
#include "core/or/ocirc_event.h"
|
||||||
|
|
||||||
#include "ht.h"
|
#include "ht.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
STATIC int
|
STATIC int
|
||||||
dirserv_read_guardfraction_file_from_str(const char *guardfraction_file_str,
|
dirserv_read_guardfraction_file_from_str(const char *guardfraction_file_str,
|
||||||
smartlist_t *vote_routerstatuses);
|
smartlist_t *vote_routerstatuses);
|
||||||
#endif /* defined(DIRSERV_PRIVATE) */
|
#endif
|
||||||
|
|
||||||
int dirserv_read_guardfraction_file(const char *fname,
|
int dirserv_read_guardfraction_file(const char *fname,
|
||||||
smartlist_t *vote_routerstatuses);
|
smartlist_t *vote_routerstatuses);
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
* Copyright (c) 2007-2019, The Tor Project, Inc. */
|
||||||
/* See LICENSE for licensing information */
|
/* See LICENSE for licensing information */
|
||||||
|
|
||||||
#define DIRSERV_PRIVATE
|
|
||||||
#include "core/or/or.h"
|
#include "core/or/or.h"
|
||||||
|
|
||||||
#include "app/config/config.h"
|
#include "app/config/config.h"
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
* tor. The full feature is built as part of the dirauth module.
|
* tor. The full feature is built as part of the dirauth module.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#define VOTING_SCHEDULE_PRIVATE
|
|
||||||
#include "feature/dircommon/voting_schedule.h"
|
#include "feature/dircommon/voting_schedule.h"
|
||||||
|
|
||||||
#include "core/or/or.h"
|
#include "core/or/or.h"
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
* every option that is common to all version (config_generic_service).
|
* 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_common.h"
|
||||||
#include "feature/hs/hs_config.h"
|
#include "feature/hs/hs_config.h"
|
||||||
#include "feature/hs/hs_client.h"
|
#include "feature/hs/hs_client.h"
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
* as part of the dirauth module.
|
* as part of the dirauth module.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#define SHARED_RANDOM_CLIENT_PRIVATE
|
|
||||||
#include "feature/hs_common/shared_random_client.h"
|
#include "feature/hs_common/shared_random_client.h"
|
||||||
|
|
||||||
#include "app/config/config.h"
|
#include "app/config/config.h"
|
||||||
|
@ -12,8 +12,6 @@
|
|||||||
* their own bandwidth, before publishing.
|
* their own bandwidth, before publishing.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SELFTEST_PRIVATE
|
|
||||||
|
|
||||||
#include "core/or/or.h"
|
#include "core/or/or.h"
|
||||||
|
|
||||||
#include "app/config/config.h"
|
#include "app/config/config.h"
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
* request.
|
* request.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CRYPTO_RAND_FAST_PRIVATE
|
|
||||||
#define CRYPTO_PRIVATE
|
#define CRYPTO_PRIVATE
|
||||||
|
|
||||||
#include "lib/crypt_ops/crypto_rand.h"
|
#include "lib/crypt_ops/crypto_rand.h"
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
* \brief Common cryptographic utilities.
|
* \brief Common cryptographic utilities.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#define CRYPTO_UTIL_PRIVATE
|
|
||||||
|
|
||||||
#include "lib/crypt_ops/crypto_util.h"
|
#include "lib/crypt_ops/crypto_util.h"
|
||||||
#include "lib/cc/compat_compiler.h"
|
#include "lib/cc/compat_compiler.h"
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
* sockets.
|
* sockets.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#define SOCKET_PRIVATE
|
|
||||||
#include "lib/net/socket.h"
|
#include "lib/net/socket.h"
|
||||||
#include "lib/net/socketpair.h"
|
#include "lib/net/socketpair.h"
|
||||||
#include "lib/net/address.h"
|
#include "lib/net/address.h"
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
* \brief Fake circuits API for unit test.
|
* \brief Fake circuits API for unit test.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#define CHANNEL_PRIVATE
|
|
||||||
#define CIRCUITBUILD_PRIVATE
|
#define CIRCUITBUILD_PRIVATE
|
||||||
#define CIRCUITLIST_PRIVATE
|
#define CIRCUITLIST_PRIVATE
|
||||||
#define CRYPT_PATH_PRIVATE
|
#define CRYPT_PATH_PRIVATE
|
||||||
|
@ -550,8 +550,6 @@ test_bridges_get_transport_by_bridge_addrport_no_ptlist(void *arg)
|
|||||||
sweep_bridge_list();
|
sweep_bridge_list();
|
||||||
}
|
}
|
||||||
|
|
||||||
#define PT_PRIVATE
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calling get_transport_by_bridge_addrport() with the address and port of a
|
* Calling get_transport_by_bridge_addrport() with the address and port of a
|
||||||
* configured bridge which uses a pluggable transport should return 0 and set
|
* configured bridge which uses a pluggable transport should return 0 and set
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#define CONTROL_GETINFO_PRIVATE
|
#define CONTROL_GETINFO_PRIVATE
|
||||||
#define DIRCACHE_PRIVATE
|
#define DIRCACHE_PRIVATE
|
||||||
#define DIRCLIENT_PRIVATE
|
#define DIRCLIENT_PRIVATE
|
||||||
#define DIRSERV_PRIVATE
|
|
||||||
#define DIRVOTE_PRIVATE
|
#define DIRVOTE_PRIVATE
|
||||||
#define DLSTATUS_PRIVATE
|
#define DLSTATUS_PRIVATE
|
||||||
#define HIBERNATE_PRIVATE
|
#define HIBERNATE_PRIVATE
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/* Copyright (c) 2010-2019, The Tor Project, Inc. */
|
/* Copyright (c) 2010-2019, The Tor Project, Inc. */
|
||||||
/* See LICENSE for licensing information */
|
/* See LICENSE for licensing information */
|
||||||
|
|
||||||
#define PROCMON_PRIVATE
|
|
||||||
#include "orconfig.h"
|
#include "orconfig.h"
|
||||||
#include "core/or/or.h"
|
#include "core/or/or.h"
|
||||||
#include "test/test.h"
|
#include "test/test.h"
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#include "orconfig.h"
|
#include "orconfig.h"
|
||||||
#define PT_PRIVATE
|
#define PT_PRIVATE
|
||||||
#define UTIL_PRIVATE
|
|
||||||
#define STATEFILE_PRIVATE
|
#define STATEFILE_PRIVATE
|
||||||
#define CONTROL_EVENTS_PRIVATE
|
#define CONTROL_EVENTS_PRIVATE
|
||||||
#define PROCESS_PRIVATE
|
#define PROCESS_PRIVATE
|
||||||
|
@ -4,11 +4,8 @@
|
|||||||
/* See LICENSE for licensing information */
|
/* See LICENSE for licensing information */
|
||||||
|
|
||||||
#include "orconfig.h"
|
#include "orconfig.h"
|
||||||
#define COMPAT_PRIVATE
|
|
||||||
#define COMPAT_TIME_PRIVATE
|
#define COMPAT_TIME_PRIVATE
|
||||||
#define UTIL_PRIVATE
|
|
||||||
#define UTIL_MALLOC_PRIVATE
|
#define UTIL_MALLOC_PRIVATE
|
||||||
#define SOCKET_PRIVATE
|
|
||||||
#define PROCESS_WIN32_PRIVATE
|
#define PROCESS_WIN32_PRIVATE
|
||||||
#include "lib/testsupport/testsupport.h"
|
#include "lib/testsupport/testsupport.h"
|
||||||
#include "core/or/or.h"
|
#include "core/or/or.h"
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
#include "test/test.h"
|
#include "test/test.h"
|
||||||
|
|
||||||
#include "lib/crypt_ops/crypto_rand.h"
|
#include "lib/crypt_ops/crypto_rand.h"
|
||||||
#define UTIL_FORMAT_PRIVATE
|
|
||||||
#include "lib/encoding/binascii.h"
|
#include "lib/encoding/binascii.h"
|
||||||
|
|
||||||
#define NS_MODULE util_format
|
#define NS_MODULE util_format
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/* Copyright (c) 2010-2019, The Tor Project, Inc. */
|
/* Copyright (c) 2010-2019, The Tor Project, Inc. */
|
||||||
/* See LICENSE for licensing information */
|
/* See LICENSE for licensing information */
|
||||||
|
|
||||||
#define UTIL_PROCESS_PRIVATE
|
|
||||||
#include "orconfig.h"
|
#include "orconfig.h"
|
||||||
#include "core/or/or.h"
|
#include "core/or/or.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user