From: Hector Martin Date: Wed, 2 Dec 2015 17:58:29 +0000 (+0900) Subject: pybind/rbd.pyx: remove redundant RBD.__init__ method X-Git-Tag: v10.0.2~70^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d10c61a1e6dff00265c45937ab67cce61971bef5;p=ceph.git pybind/rbd.pyx: remove redundant RBD.__init__ method Signed-off-by: Hector Martin --- diff --git a/src/pybind/rbd.pyx b/src/pybind/rbd.pyx index da8ba268c60f..c2762ccbd2e9 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.