diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 458cd8ee339..aae61979246 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1814,7 +1814,6 @@ def getBuildMode(d): if not p or not p.stdout: print("unable to get executable information!") sys.exit(1) - debug = "MSVCP%sD.dll" release = "MSVCP%s.dll" |