mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Remove unused int pid
member of managed_proxy_t
.
See: https://bugs.torproject.org/28179
This commit is contained in:
parent
9c2b114b2e
commit
2a3eef4404
@ -97,8 +97,6 @@ typedef struct {
|
||||
/* A pointer to the process handle of this managed proxy. */
|
||||
struct process_handle_t *process_handle;
|
||||
|
||||
int pid; /* The Process ID this managed proxy is using. */
|
||||
|
||||
/** Boolean: We are re-parsing our config, and we are going to
|
||||
* remove this managed proxy if we don't find it any transport
|
||||
* plugins that use it. */
|
||||
|
Loading…
Reference in New Issue
Block a user