2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Remove unused method

[SVN r64488]
This commit is contained in:
Vladimir Prus
2010-07-30 20:59:08 +00:00
parent 805cfc589f
commit facac5e87c

View File

@@ -105,14 +105,6 @@ def dout(message):
if debug():
print __indent + message
def normalize_target_list (targets):
""" Takes a vector of 'virtual-target' instances and makes a normalized
representation, which is the same for given set of targets,
regardless of their order.
"""
return (targets[0], targets[1].sort ())
class Generator:
""" Creates a generator.
manager: the build manager.