Skip to content

Commit a0587d1

Browse files
committed
[Stats] Remove tracer on lookup-direct, too noisy.
1 parent a72b0f3 commit a0587d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/AST/NameLookup.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,6 @@ TinyPtrVector<ValueDecl *> NominalTypeDecl::lookupDirect(
15521552
DeclName name,
15531553
bool ignoreNewExtensions) {
15541554
ASTContext &ctx = getASTContext();
1555-
FrontendStatsTracer tracer(ctx.Stats, "lookup-direct", this);
15561555
if (auto s = ctx.Stats) {
15571556
++s->getFrontendCounters().NominalTypeLookupDirectCount;
15581557
}

0 commit comments

Comments
 (0)