mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-08 09:25:08 +01:00
removed Node.search (use Node.search_node) and an old compiler_cc references
This commit is contained in:
parent
5c6d626048
commit
e8eafe4b9b
@ -580,8 +580,6 @@ def load_tool(tool, tooldir=None):
|
||||
"""
|
||||
if tool == 'java':
|
||||
tool = 'javaw' # jython
|
||||
elif tool == 'compiler_cc':
|
||||
tool = 'compiler_c' # TODO remove in waf 1.8
|
||||
else:
|
||||
tool = tool.replace('++', 'xx')
|
||||
|
||||
|
@ -798,10 +798,6 @@ class Node(object):
|
||||
self.cache_sig = ret = self.sig
|
||||
return ret
|
||||
|
||||
|
||||
# TODO Waf 1.8
|
||||
search = search_node
|
||||
|
||||
pickle_lock = Utils.threading.Lock()
|
||||
"""Lock mandatory for thread-safe node serialization"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user