We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c156317 + 0e4f938 commit e6449a1Copy full SHA for e6449a1
utils/swift_build_support/swift_build_support/products/product.py
@@ -30,11 +30,6 @@ def product_source_name(cls):
30
"""
31
return cls.product_name()
32
33
- @classmethod
34
- def get_build_directory_name(cls, host_target):
35
- return "{}-{}".format(cls.product_name(),
36
- host_target.name)
37
-
38
@classmethod
39
def is_build_script_impl_product(cls):
40
"""is_build_script_impl_product -> bool
0 commit comments