summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-05-27 08:53:35 +0200
committerThomas Haller <thaller@redhat.com>2021-05-27 08:53:35 +0200
commit6c919dc897c624a9d498aff3dee751f7433b2255 (patch)
tree2bb9960066032ee75fd11384e4858711c09baad1 /examples
parent26f0fb06043776f371a202415e0aa3200c8a3934 (diff)
examples: drop unused variable in "examples/python/gi/ovs-external-ids.py"
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/python/gi/ovs-external-ids.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/python/gi/ovs-external-ids.py b/examples/python/gi/ovs-external-ids.py
index 63f9695ea6..b8db9c0788 100755
--- a/examples/python/gi/ovs-external-ids.py
+++ b/examples/python/gi/ovs-external-ids.py
@@ -222,7 +222,6 @@ def die_usage(msg):
def parse_args(argv):
- had_dash_dash = False
args = {
"mode": MODE_GET,
"select_arg": None,