Remove erroneous comment

This commit is contained in:
Emmanuel Marty 2019-06-25 11:13:13 +02:00 committed by GitHub
parent 7867618f87
commit 2a265f9cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*/