mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 01:41:51 +03:00
rose: eliminate roseSize, use bytecode_ptr size
This commit is contained in:
committed by
Matthew Barr
parent
820f1432aa
commit
3e5a8c9c90
@@ -239,11 +239,6 @@ unique_ptr<RoseBuild> makeRoseBuilder(ReportManager &rm,
|
||||
return ue2::make_unique<RoseBuildImpl>(rm, ssm, smwr, cc, boundary);
|
||||
}
|
||||
|
||||
size_t roseSize(const RoseEngine *t) {
|
||||
assert(t);
|
||||
return t->size;
|
||||
}
|
||||
|
||||
bool roseIsPureLiteral(const RoseEngine *t) {
|
||||
return t->runtimeImpl == ROSE_RUNTIME_PURE_LITERAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user