mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
removed unnecessary statement flagged by Coverity (thanks, Jon!)
This commit is contained in:
parent
b714fde456
commit
dc80d2f36f
1 changed files with 0 additions and 3 deletions
|
@ -430,10 +430,7 @@ void RD_Decorate::DoLoopConfluence(const Stmt* s, const Stmt* top,
|
||||||
}
|
}
|
||||||
|
|
||||||
for ( const auto& post : bd->PostRDs() )
|
for ( const auto& post : bd->PostRDs() )
|
||||||
{
|
|
||||||
mgr.MergeIntoPost(body, post);
|
mgr.MergeIntoPost(body, post);
|
||||||
mgr.MergeIntoPre(s, post);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Freshen due to mergers.
|
// Freshen due to mergers.
|
||||||
loop_pre = mgr.GetPreMaxRDs(top);
|
loop_pre = mgr.GetPreMaxRDs(top);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue