From d10c61a1e6dff00265c45937ab67cce61971bef5 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Thu, 3 Dec 2015 02:58:29 +0900 Subject: [PATCH] pybind/rbd.pyx: remove redundant RBD.__init__ method Signed-off-by: Hector Martin --- src/pybind/rbd.pyx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pybind/rbd.pyx b/src/pybind/rbd.pyx index da8ba268c60f6..c2762ccbd2e90 100644 --- a/src/pybind/rbd.pyx +++ b/src/pybind/rbd.pyx @@ -344,9 +344,6 @@ class RBD(object): """ This class wraps librbd CRUD functions. """ - def __init__(self): - pass - def version(self): """ Get the version number of the ``librbd`` C library. -- 2.39.5