summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
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":