]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rados: remove duplicated statement
authorKefu Chai <kchai@redhat.com>
Tue, 1 Sep 2020 12:46:09 +0000 (20:46 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 11 Sep 2020 16:30:54 +0000 (00:30 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/rados/setup.py

index 66682b15b6c459caed75627f6ee0935237849c39..ca2581a0fe8f8e1d0b2e5b46b6bf87e09e99cd85 100755 (executable)
@@ -48,9 +48,6 @@ def monkey_with_compiler(customize):
     return patched
 
 
-distutils.sysconfig.customize_compiler = \
-    monkey_with_compiler(distutils.sysconfig.customize_compiler)
-
 distutils.sysconfig.customize_compiler = \
     monkey_with_compiler(distutils.sysconfig.customize_compiler)