Remove unused int pid member of managed_proxy_t.

See: https://bugs.torproject.org/28179
This commit is contained in:
Alexander Færøy 2018-09-10 13:05:01 +02:00
parent 9c2b114b2e
commit 2a3eef4404

View File

@ -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. */