From 045eb96dfa50b0ce39a0c6462b01f0b100c9fed9 Mon Sep 17 00:00:00 2001 From: Marc Rasi Date: Tue, 5 Nov 2019 10:37:14 -0800 Subject: [PATCH] fix duplicate request function registration --- lldb/source/Symbol/SwiftASTContext.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lldb/source/Symbol/SwiftASTContext.cpp b/lldb/source/Symbol/SwiftASTContext.cpp index e88497cc61e95..13f71a9eb82d2 100644 --- a/lldb/source/Symbol/SwiftASTContext.cpp +++ b/lldb/source/Symbol/SwiftASTContext.cpp @@ -3473,9 +3473,6 @@ swift::ASTContext *SwiftASTContext::GetASTContext() { registerParseRequestFunctions(m_ast_context_ap->evaluator); registerTypeCheckerRequestFunctions(m_ast_context_ap->evaluator); - // SWIFT_ENABLE_TENSORFLOW - registerIDERequestFunctions(m_ast_context_ap->evaluator); - GetASTMap().Insert(m_ast_context_ap.get(), this); VALID_OR_RETURN(nullptr);