diff --git a/src/shrink_context.c b/src/shrink_context.c index 61f3d66..0acc7db 100644 --- a/src/shrink_context.c +++ b/src/shrink_context.c @@ -88,9 +88,6 @@ int lzsa_compressor_init(lzsa_compressor *pCompressor, const int nMaxWindowSize, if (pCompressor->best_match) { return 0; } - else { - return 0; - } } } }