mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
pybind/rados: remove duplicated statement
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
159858b049
commit
4e23ca1974
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user