Xen: remove two end-of-line semicolons
[ganeti-local] / lib / opcodes.py
index 8a827fb..3900e97 100644 (file)
@@ -215,12 +215,6 @@ class OpVerifyDisks(OpCode):
   __slots__ = []
 
 
-class OpMasterFailover(OpCode):
-  """Do a master failover."""
-  OP_ID = "OP_CLUSTER_MASTERFAILOVER"
-  __slots__ = []
-
-
 class OpDumpClusterConfig(OpCode):
   """Dump the cluster configuration."""
   OP_ID = "OP_CLUSTER_DUMPCONFIG"