exewrapper: drop an unused variable
authorMatt Harbison <matt_harbison@yahoo.com>
Fri, 19 Oct 2018 18:23:14 -0400
changeset 40395 aca727359ec5
parent 40394 1feb4b2c8e40
child 40396 973ff03d9bc0
exewrapper: drop an unused variable
mercurial/exewrapper.c
--- a/mercurial/exewrapper.c	Thu Oct 18 21:14:22 2018 +0900
+++ b/mercurial/exewrapper.c	Fri Oct 19 18:23:14 2018 -0400
@@ -25,7 +25,6 @@
 
 static char pyscript[MAX_PATH + 10];
 static char pyhome[MAX_PATH + 10];
-static char envpyhome[MAX_PATH + 10];
 static char pydllfile[MAX_PATH + 10];
 
 int main(int argc, char *argv[])