From 2a265f9cf9dffaf9f8c7648a10400ee5cf71cfd3 Mon Sep 17 00:00:00 2001 From: Emmanuel Marty Date: Tue, 25 Jun 2019 11:13:13 +0200 Subject: [PATCH] Remove erroneous comment --- src/matchfinder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matchfinder.c b/src/matchfinder.c index 321927a..d4fc8b4 100644 --- a/src/matchfinder.c +++ b/src/matchfinder.c @@ -257,7 +257,6 @@ void lzsa_skip_matches(lzsa_compressor *pCompressor, const int nStartOffset, con * the optimizer to look at. * * @param pCompressor compression context - * @param pInWindow pointer to input data window (previously compressed bytes + bytes to compress) * @param nStartOffset current offset in input window (typically the number of previously compressed bytes) * @param nEndOffset offset to end finding matches at (typically the size of the total input window in bytes */