From 0d07a850ad648bf8f90ac5fca0e2ed553833c686 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Tue, 22 Jan 2013 13:55:33 +0100 Subject: [PATCH] hv_base: Remove empty constructor Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Bernardo Dal Seno <bdalseno@google.com> --- lib/hypervisor/hv_base.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/hypervisor/hv_base.py b/lib/hypervisor/hv_base.py index 1cc054a30..582c9b9d5 100644 --- a/lib/hypervisor/hv_base.py +++ b/lib/hypervisor/hv_base.py @@ -169,9 +169,6 @@ class BaseHypervisor(object): ANCILLARY_FILES_OPT = [] CAN_MIGRATE = False - def __init__(self): - pass - def StartInstance(self, instance, block_devices, startup_paused): """Start an instance.""" raise NotImplementedError -- GitLab