summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/util.c b/src/common/util.c
index c8af6029ec..ac65f48afb 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -3334,8 +3334,6 @@ tor_spawn_background(const char *const filename, const char **argv,
SECURITY_ATTRIBUTES saAttr;
char *joined_argv;
- (void)envp; // Unused on Windows
-
saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
saAttr.bInheritHandle = TRUE;
/* TODO: should we set explicit security attributes? (#2046, comment 5) */