Mercurial > hg
changeset 40395:aca727359ec5
exewrapper: drop an unused variable
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 19 Oct 2018 18:23:14 -0400 |
parents | 1feb4b2c8e40 |
children | 973ff03d9bc0 |
files | mercurial/exewrapper.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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[])