mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove unused local in Inliner::Analyzer()
This commit is contained in:
parent
64631a2d9f
commit
10ae10d4e4
1 changed files with 0 additions and 3 deletions
|
@ -108,9 +108,6 @@ void Inliner::Analyze()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Functions that are candidates for inlining.
|
|
||||||
std::unordered_set<FuncInfo*> candidates;
|
|
||||||
|
|
||||||
for ( auto& f : funcs )
|
for ( auto& f : funcs )
|
||||||
// Candidates are non-event, non-hook, non-recursive
|
// Candidates are non-event, non-hook, non-recursive
|
||||||
// functions ... that don't use lambdas or when's,
|
// functions ... that don't use lambdas or when's,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue