mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
scratch: Remove (now unused) tctxtToScratch
This commit is contained in:
parent
d0aa138ada
commit
2cd28a5fa4
@ -180,12 +180,6 @@ struct ALIGN_CL_DIRECTIVE hs_scratch {
|
|||||||
u32 som_store_count;
|
u32 som_store_count;
|
||||||
};
|
};
|
||||||
|
|
||||||
static really_inline
|
|
||||||
struct hs_scratch *tctxtToScratch(struct RoseContext *tctxt) {
|
|
||||||
return (struct hs_scratch *)
|
|
||||||
((char *)tctxt - offsetof(struct hs_scratch, tctxt));
|
|
||||||
}
|
|
||||||
|
|
||||||
/* array of fatbit ptr; TODO: why not an array of fatbits? */
|
/* array of fatbit ptr; TODO: why not an array of fatbits? */
|
||||||
static really_inline
|
static really_inline
|
||||||
struct fatbit **getAnchoredLiteralLog(struct hs_scratch *scratch) {
|
struct fatbit **getAnchoredLiteralLog(struct hs_scratch *scratch) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user