Skip to content

Commit 9e8e885

Browse files
committed
delete commented-out code
1 parent 5c10c16 commit 9e8e885

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,6 @@ MaterializeVariable(SwiftASTManipulatorBase::VariableInfo &variable,
998998
});
999999
actual_type =
10001000
ToCompilerType(transformed_type->mapTypeOutOfContext().getPointer());
1001-
// CompilerType return_ast_type =
1002-
// ToCompilerType(result_type->mapTypeOutOfContext());
10031001
auto *swift_ast_ctx =
10041002
llvm::cast<SwiftASTContext>(actual_type.GetTypeSystem());
10051003

0 commit comments

Comments
 (0)