Skip to content

Commit 42466ed

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

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
@@ -163,7 +163,6 @@ void ConstCorrectnessCheck::check(const MatchFinder::MatchResult &Result) {
163163

164164
VariableCategory VC = VariableCategory::Value;
165165
const QualType VT = Variable->getType();
166-
VT->dump();
167166
if (VT->isReferenceType()) {
168167
VC = VariableCategory::Reference;
169168
} else if (VT->isPointerType()) {

0 commit comments

Comments
 (0)