diff --git a/src/script_opt/Inline.cc b/src/script_opt/Inline.cc index 76e63ce6d3..942eefe8b1 100644 --- a/src/script_opt/Inline.cc +++ b/src/script_opt/Inline.cc @@ -108,9 +108,6 @@ void Inliner::Analyze() } } - // Functions that are candidates for inlining. - std::unordered_set candidates; - for ( auto& f : funcs ) // Candidates are non-event, non-hook, non-recursive // functions ... that don't use lambdas or when's,