]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rbd.pyx: remove redundant RBD.__init__ method
authorHector Martin <marcan@marcan.st>
Wed, 2 Dec 2015 17:58:29 +0000 (02:58 +0900)
committerHector Martin <marcan@marcan.st>
Wed, 2 Dec 2015 17:59:40 +0000 (02:59 +0900)
Signed-off-by: Hector Martin <marcan@marcan.st>
src/pybind/rbd.pyx

index da8ba268c60f6ecf4ca3af276f000d8828c5ff37..c2762ccbd2e90ca55aacf33dc77f467bf2c1f71c 100644 (file)
@@ -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.