summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-03-12 00:09:22 +0800
committerMatthew Newhook <matthew@zeroc.com>2009-03-12 00:09:22 +0800
commit7e26cd45deaf069cd145fc2cd65594f07a0a2a4a (patch)
treec2807b7274986e11d16dc3b821d42345d364012e /scripts/TestUtil.py
parentBug 3829 - nmake clean not working (diff)
downloadice-7e26cd45deaf069cd145fc2cd65594f07a0a2a4a.tar.bz2
ice-7e26cd45deaf069cd145fc2cd65594f07a0a2a4a.tar.xz
ice-7e26cd45deaf069cd145fc2cd65594f07a0a2a4a.zip
backout bogus change from 3822
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py3
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":