mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Fix release build (unused var)
This commit is contained in:
parent
8783750c72
commit
e63fcec3c7
@ -1183,8 +1183,7 @@ void rawStreamExec(struct hs_stream *stream_state, struct hs_scratch *scratch) {
|
||||
assert(stream_state);
|
||||
assert(scratch);
|
||||
|
||||
char *state = getMultiState(stream_state);
|
||||
assert(!getBroken(state));
|
||||
assert(!getBroken(getMultiState(stream_state)));
|
||||
|
||||
DEBUG_PRINTF("::: streaming rose ::: offset = %llu len = %zu\n",
|
||||
stream_state->offset, scratch->core_info.len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user