mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
fixed cut-and-paste botch (redundant line of code)
This commit is contained in:
parent
1b825c51de
commit
e697f351ad
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ void optimize_func(ScriptFunc* f, std::shared_ptr<ProfileFunc> pf,
|
||||||
// Profile the new body.
|
// Profile the new body.
|
||||||
pf = std::make_shared<ProfileFunc>(f, body, true);
|
pf = std::make_shared<ProfileFunc>(f, body, true);
|
||||||
|
|
||||||
pf = std::make_shared<ProfileFunc>(f, body, true);
|
|
||||||
// Compute its reaching definitions.
|
// Compute its reaching definitions.
|
||||||
RD_Decorate reduced_rds(pf);
|
RD_Decorate reduced_rds(pf);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue