瀏覽代碼

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

See: https://bugs.torproject.org/28179
Alexander Færøy 7 年之前
父節點
當前提交
2a3eef4404
共有 1 個文件被更改,包括 0 次插入2 次删除
  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. */