Skip to content

Commit 166e457

Browse files
authored
Update clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
1 parent c2defc6 commit 166e457

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ void ConstCorrectnessCheck::check(const MatchFinder::MatchResult &Result) {
172172
if (ArrayT->getElementType()->isPointerType())
173173
VC = VariableCategory::Pointer;
174174
}
175-
llvm::errs() << (int)VC << "\n";
176175

177176
auto CheckValue = [&]() {
178177
// The scope is only registered if the analysis shall be run.

0 commit comments

Comments
 (0)