提交 7f7620c1 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Forgot to remove some leftover from the compiler check.

上级 8291c2af
...@@ -1455,7 +1455,6 @@ class CLinker(link.Linker): ...@@ -1455,7 +1455,6 @@ class CLinker(link.Linker):
c_compiler = self.c_compiler() c_compiler = self.c_compiler()
libs = self.libraries() libs = self.libraries()
preargs = self.compile_args() preargs = self.compile_args()
compiler_name = c_compiler.__name__
# We want to compute the code without the lock # We want to compute the code without the lock
src_code = mod.code() src_code = mod.code()
get_lock() get_lock()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论