Browse Source

Remove unused `int pid` member of `managed_proxy_t`.

See: https://bugs.torproject.org/28179
Alexander Færøy 5 years ago
parent
commit
2a3eef4404
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/feature/client/transports.h

+ 0 - 2
src/feature/client/transports.h

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