Skip to content

Commit f5760ec

Browse files
committed
Remove debugging code
1 parent 082aaec commit f5760ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/IRGen/IRGenDebugInfo.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3434,9 +3434,6 @@ void IRGenDebugInfoImpl::emitVariableDeclaration(
34343434
if (!DInstLine || (ArgNo > 0 && VarInfo.Name == IGM.Context.Id_self.str()))
34353435
Artificial = ArtificialValue;
34363436

3437-
if (VarInfo.Name == "index")
3438-
llvm::errs();
3439-
34403437
llvm::DINode::DIFlags Flags = llvm::DINode::FlagZero;
34413438
if (Artificial || DITy->isArtificial() || DITy == InternalType)
34423439
Flags |= llvm::DINode::FlagArtificial;

0 commit comments

Comments
 (0)