diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-03-12 00:09:22 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-03-12 00:09:22 +0800 |
commit | 7e26cd45deaf069cd145fc2cd65594f07a0a2a4a (patch) | |
tree | c2807b7274986e11d16dc3b821d42345d364012e /scripts/TestUtil.py | |
parent | Bug 3829 - nmake clean not working (diff) | |
download | ice-7e26cd45deaf069cd145fc2cd65594f07a0a2a4a.tar.bz2 ice-7e26cd45deaf069cd145fc2cd65594f07a0a2a4a.tar.xz ice-7e26cd45deaf069cd145fc2cd65594f07a0a2a4a.zip |
backout bogus change from 3822
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index ae20d5029ec..309499d6a65 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1037,9 +1037,6 @@ def processCmdLine(): elif o == "--ipv6": global ipv6 ipv6 = True - elif o == "--no-ipv6": - global ipv6 - ipv6 = False if o == "--trace": global tracefile if a == "stdout": |