From 8044bf655350e1760ffd3b8b519c097b41a81082 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Thu, 2 Sep 2010 17:52:44 +0200
Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9Cdry=5Frun=E2=80=9D=20from=20o?=
 =?UTF-8?q?pcodes.OpCreateInstance?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

I'ts declared twice, once in opcodes.OpCode and here, and this one
is redundant.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 lib/opcodes.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/opcodes.py b/lib/opcodes.py
index 0bd9c353c..34ed717f2 100644
--- a/lib/opcodes.py
+++ b/lib/opcodes.py
@@ -480,7 +480,6 @@ class OpCreateInstance(OpCode):
     "source_handshake",
     "source_x509_ca",
     "source_instance_name",
-    "dry_run",
     ]
 
 
-- 
GitLab