Skip to content

Commit e6449a1

Browse files
authored
Merge pull request #23840 from drodriguez/build-script-remove-unused-method
[utils] Remove unused method.
2 parents c156317 + 0e4f938 commit e6449a1

File tree

1 file changed

+0
-5
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+0
-5
lines changed

utils/swift_build_support/swift_build_support/products/product.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ def product_source_name(cls):
3030
"""
3131
return cls.product_name()
3232

33-
@classmethod
34-
def get_build_directory_name(cls, host_target):
35-
return "{}-{}".format(cls.product_name(),
36-
host_target.name)
37-
3833
@classmethod
3934
def is_build_script_impl_product(cls):
4035
"""is_build_script_impl_product -> bool

0 commit comments

Comments
 (0)