Skip to content

Commit 9c18718

Browse files
authored
[lldb] Remove duplicated lldbsuite method (NFC) (#8111)
1 parent 69fa38f commit 9c18718

File tree

1 file changed

+0
-5
lines changed
  • lldb/packages/Python/lldbsuite/test/builders

1 file changed

+0
-5
lines changed

lldb/packages/Python/lldbsuite/test/builders/builder.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,6 @@ def getLLDBSwiftLibs(self):
175175
return ["SWIFT_LIBS_DIR={}".format(configuration.swift_libs_dir)]
176176
return []
177177

178-
def getLLDBSwiftLibs(self):
179-
if configuration.swift_libs_dir:
180-
return ["SWIFT_LIBS_DIR={}".format(configuration.swift_libs_dir)]
181-
return []
182-
183178
def _getDebugInfoArgs(self, debug_info):
184179
if debug_info is None:
185180
return []

0 commit comments

Comments
 (0)