summaryrefslogtreecommitdiff
path: root/openvpn/src/openvpn/comp-lz4.c
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn/src/openvpn/comp-lz4.c')
-rw-r--r--openvpn/src/openvpn/comp-lz4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/comp-lz4.c b/openvpn/src/openvpn/comp-lz4.c
index afa43b19..46511485 100644
--- a/openvpn/src/openvpn/comp-lz4.c
+++ b/openvpn/src/openvpn/comp-lz4.c
@@ -64,7 +64,6 @@ lz4_compress (struct buffer *buf, struct buffer work,
struct compress_context *compctx,
const struct frame* frame)
{
- int result;
bool compressed = false;
if (buf->len <= 0)