Skip to content

Commit d24402d

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

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
@@ -1364,7 +1364,6 @@ TinyPtrVector<ValueDecl *> NominalTypeDecl::lookupDirect(
13641364
DeclName name,
13651365
bool ignoreNewExtensions) {
13661366
ASTContext &ctx = getASTContext();
1367-
FrontendStatsTracer tracer(ctx.Stats, "lookup-direct", this);
13681367
if (auto s = ctx.Stats) {
13691368
++s->getFrontendCounters().NominalTypeLookupDirectCount;
13701369
}

0 commit comments

Comments
 (0)