Skip to content

Commit 6972c41

Browse files
committed
IDE: Remove TypeReconstruction.cpp!
1 parent 3dc5ae3 commit 6972c41

File tree

3 files changed

+0
-2471
lines changed

3 files changed

+0
-2471
lines changed

include/swift/IDE/Utils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ void getLocationInfoForClangNode(ClangNode ClangNode,
130130

131131
Optional<std::pair<unsigned, unsigned>> parseLineCol(StringRef LineCol);
132132

133-
Decl *getDeclFromUSR(ASTContext &context, StringRef USR, std::string &error);
134-
Decl *getDeclFromMangledSymbolName(ASTContext &context, StringRef mangledName,
135-
std::string &error);
136-
137133
class XMLEscapingPrinter : public StreamPrinter {
138134
public:
139135
XMLEscapingPrinter(raw_ostream &OS) : StreamPrinter(OS){};

lib/IDE/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ add_swift_host_library(swiftIDE STATIC
77
Formatting.cpp
88
Refactoring.cpp
99
ModuleInterfacePrinting.cpp
10-
TypeReconstruction.cpp
1110
REPLCodeCompletion.cpp
1211
SwiftSourceDocInfo.cpp
1312
SyntaxModel.cpp

0 commit comments

Comments
 (0)