mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
remove unused variable
This commit is contained in:
parent
ac02b589be
commit
4d2bcff7b4
@ -2430,7 +2430,6 @@ TEST(HyperscanArgChecks, ExpandNoTo) {
|
||||
err = hs_compress_stream(stream1, buf, sizeof(buf), &used);
|
||||
ASSERT_EQ(HS_SUCCESS, err);
|
||||
|
||||
hs_stream_t *stream2;
|
||||
err = hs_expand_stream(db, nullptr, buf, used);
|
||||
ASSERT_EQ(HS_INVALID, err);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user