mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
program_runtime: remove commented-out code
This commit is contained in:
parent
01ee4c94e3
commit
e03375b644
@ -718,7 +718,6 @@ int roseCheckMask(const struct core_info *ci, u64a and_mask, u64a cmp_mask,
|
|||||||
s32 shift_r = 0; // size of bytes before the history.
|
s32 shift_r = 0; // size of bytes before the history.
|
||||||
s32 h_len = 0; // size of bytes in the history buffer.
|
s32 h_len = 0; // size of bytes in the history buffer.
|
||||||
s32 c_len = 8; // size of bytes in the current buffer.
|
s32 c_len = 8; // size of bytes in the current buffer.
|
||||||
//s64a c_start = offset; // offset of start pointer in current buffer.
|
|
||||||
if (offset < 0) {
|
if (offset < 0) {
|
||||||
// in or before history buffer.
|
// in or before history buffer.
|
||||||
if (offset + 8 <= -(s64a)ci->hlen) {
|
if (offset + 8 <= -(s64a)ci->hlen) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user