Skip to content

Commit 2938162

Browse files
committed
[IDE] Remove some recently added dead code NFC
I switched to using printUSR but forgot to delete the mangling calls.
1 parent c7e6a3f commit 2938162

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/swift-ide-test/swift-ide-test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,9 +2405,6 @@ class TypeReconstructWalker : public SourceEntityWalker {
24052405

24062406
private:
24072407
void tryDemangleDecl(ValueDecl *VD, CharSourceRange range) {
2408-
Mangle::Mangler mangler(/*DWARFMangling=*/true);
2409-
mangler.mangleDeclName(VD);
2410-
24112408
std::string mangledName;
24122409
{
24132410
llvm::raw_string_ostream OS(mangledName);

0 commit comments

Comments
 (0)