mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
rose: remove final_id
This commit is contained in:
committed by
Matthew Barr
parent
b68694b729
commit
bf93c993cb
@@ -759,10 +759,6 @@ bool RoseBuildImpl::isDelayed(u32 id) const {
|
||||
return literal_info.at(id).undelayed_id != id;
|
||||
}
|
||||
|
||||
bool RoseBuildImpl::hasFinalId(u32 id) const {
|
||||
return literal_info.at(id).final_id != MO_INVALID_IDX;
|
||||
}
|
||||
|
||||
bool RoseBuildImpl::hasDelayedLiteral(RoseVertex v) const {
|
||||
for (u32 lit_id : g[v].literals) {
|
||||
if (literals.right.at(lit_id).delay) {
|
||||
|
||||
Reference in New Issue
Block a user