summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-05-04 12:21:24 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-05-04 12:21:24 -0400
commit7b5c155b2c718f92e79caa1bbf99516ee8f71744 (patch)
treefd3d61539f1921bd6121bec3bdd11daf41a62861 /ext
parent5e7a31152c3073229d57b470a4388ef18fb1ed53 (diff)
downloadmongo-7b5c155b2c718f92e79caa1bbf99516ee8f71744.tar.gz
Alex's review, src_len is used.
Diffstat (limited to 'ext')
-rw-r--r--ext/compressors/lz4/lz4_compress.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/compressors/lz4/lz4_compress.c b/ext/compressors/lz4/lz4_compress.c
index 33647b93233..0906e1d131d 100644
--- a/ext/compressors/lz4/lz4_compress.c
+++ b/ext/compressors/lz4/lz4_compress.c
@@ -101,7 +101,6 @@ lz4_compress(WT_COMPRESSOR *compressor, WT_SESSION *session,
(void)compressor; /* Unused parameters */
(void)session;
- (void)src_len;
(void)dst_len;
/* Compress, starting after the prefix bytes. */