From: Konstantinos Margaritis Date: Wed, 17 Jan 2024 15:02:32 +0000 (+0200) Subject: remove unused variable X-Git-Tag: vectorscan/5.4.12^2~75^2~24 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d2bcff7b4b939b711c8bf248c3001a74de7b14e;p=thirdparty%2Fvectorscan.git remove unused variable --- diff --git a/unit/hyperscan/arg_checks.cpp b/unit/hyperscan/arg_checks.cpp index 21c8707f..45a73d41 100644 --- a/unit/hyperscan/arg_checks.cpp +++ b/unit/hyperscan/arg_checks.cpp @@ -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);