rose: use normal callback for pure-literal cases

This commit is contained in:
Justin Viiret
2016-07-05 14:37:22 +10:00
committed by Matthew Barr
parent 8435f918d1
commit d497a1259a
3 changed files with 11 additions and 27 deletions

View File

@@ -46,8 +46,7 @@ void roseStreamExec(const struct RoseEngine *t, struct hs_scratch *scratch);
void roseStreamEodExec(const struct RoseEngine *t, u64a offset,
struct hs_scratch *scratch);
hwlmcb_rv_t rosePureLiteralCallback(size_t start, size_t end, u32 id,
void *context);
hwlmcb_rv_t roseCallback(size_t start, size_t end, u32 id, void *context);
int roseReportAdaptor(u64a start, u64a end, ReportID id, void *context);