2
0
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:
Simon 2015-07-13 02:25:13 +02:00
parent 47b5783be5
commit 7d50934a8e

View File

@ -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