Skip to content

Commit 0e4f938

Browse files
committed
[utils] Remove unused method.
The method was not used anywhere, and Workspace provides a better alternative which gives the full path instead of just the directory name.
1 parent 9a0d6e8 commit 0e4f938

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)