mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-26 03:39:53 +01:00
Removed unused method
This commit is contained in:
parent
47b5783be5
commit
7d50934a8e
@ -426,10 +426,6 @@ class xcode(Build.BuildContext):
|
||||
group.children.extend(files)
|
||||
return group
|
||||
|
||||
def get_target(self, name):
|
||||
""" Get TaskGen by name. TODO remove """
|
||||
return self.get_tgen_by_name(name)
|
||||
|
||||
def execute(self):
|
||||
"""
|
||||
Entry point
|
||||
|
Loading…
Reference in New Issue
Block a user