summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-02-21 18:46:01 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-02-21 18:46:01 +0000
commit6ca35f2fff286a618b28b0ead82fbbb979f71702 (patch)
treeb31533b5a7fc921846184c9110c5b80d11c0cf77 /clang/lib/Sema/SemaTemplate.cpp
parent5f57f462a8fbe801ade1b554c4443ba1a3f3a4ea (diff)
downloadbcm5719-llvm-6ca35f2fff286a618b28b0ead82fbbb979f71702.tar.gz
bcm5719-llvm-6ca35f2fff286a618b28b0ead82fbbb979f71702.zip
Remove accidentally-committed debugging statement. Thanks to Faisal Vali for
spotting this! llvm-svn: 201871
Diffstat (limited to 'clang/lib/Sema/SemaTemplate.cpp')
-rw-r--r--clang/lib/Sema/SemaTemplate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplate.cpp b/clang/lib/Sema/SemaTemplate.cpp
index 7f6a7adc589..f930e02b9cf 100644
--- a/clang/lib/Sema/SemaTemplate.cpp
+++ b/clang/lib/Sema/SemaTemplate.cpp
@@ -1505,7 +1505,6 @@ struct DependencyChecker : RecursiveASTVisitor<DependencyChecker> {
}
bool Matches(unsigned ParmDepth, SourceLocation Loc = SourceLocation()) {
- llvm::errs() << "Found " << ParmDepth << " vs " << Depth << "\n";
if (ParmDepth >= Depth) {
Match = true;
MatchLoc = Loc;
OpenPOWER on IntegriCloud