rose: eliminate roseSize, use bytecode_ptr size

This commit is contained in:
Justin Viiret
2017-04-05 10:29:22 +10:00
committed by Matthew Barr
parent 820f1432aa
commit 3e5a8c9c90
4 changed files with 2 additions and 9 deletions

View File

@@ -134,8 +134,6 @@ std::unique_ptr<RoseBuild> makeRoseBuilder(ReportManager &rm,
bool roseCheckRose(const RoseInGraph &ig, bool prefilter,
const ReportManager &rm, const CompileContext &cc);
size_t roseSize(const RoseEngine *t);
/* used by heuristics to determine the small write engine. High numbers are
* intended to indicate a lightweight rose. */
u32 roseQuality(const RoseEngine *t);