Skip to content

Commit c7a54bf

Browse files
committed
[lldb][ASTUtils] Remove unused SemaSourceWithPriorities::addSource API
As far as I can tell, this has always been unused. My hunch is that this was supposed to mimick the `MultiplexExternalSemaSource::AddSource` API which `SemaSourceWithPriorities` is based on.
1 parent b1d75fe commit c7a54bf

File tree

1 file changed

+0
-4
lines changed
  • lldb/source/Plugins/ExpressionParser/Clang

1 file changed

+0
-4
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,6 @@ class SemaSourceWithPriorities : public clang::ExternalSemaSource {
264264

265265
~SemaSourceWithPriorities() override;
266266

267-
void addSource(clang::ExternalSemaSource &source) {
268-
Sources.push_back(&source);
269-
}
270-
271267
//===--------------------------------------------------------------------===//
272268
// ExternalASTSource.
273269
//===--------------------------------------------------------------------===//

0 commit comments

Comments
 (0)