diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-02-21 18:46:01 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-02-21 18:46:01 +0000 |
| commit | 6ca35f2fff286a618b28b0ead82fbbb979f71702 (patch) | |
| tree | b31533b5a7fc921846184c9110c5b80d11c0cf77 /clang/lib/Sema/SemaTemplate.cpp | |
| parent | 5f57f462a8fbe801ade1b554c4443ba1a3f3a4ea (diff) | |
| download | bcm5719-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.cpp | 1 |
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; |

