Remove “dry_run” from opcodes.OpCreateInstance
authorMichael Hanselmann <hansmi@google.com>
Thu, 2 Sep 2010 15:52:44 +0000 (17:52 +0200)
committerMichael Hanselmann <hansmi@google.com>
Thu, 2 Sep 2010 16:05:21 +0000 (18:05 +0200)
commit8044bf655350e1760ffd3b8b519c097b41a81082
tree410fdb9a609c9b9428ddfd768e0be103722396c8
parent34f06005fa433a38ee9f91ae1707204242f6f86c
Remove “dry_run” from opcodes.OpCreateInstance

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