From 46a02c066687ba8d5a852763772a409957dae850 Mon Sep 17 00:00:00 2001 From: Jake Smith Date: Mon, 8 Jul 2024 11:23:06 +0100 Subject: [PATCH] HPCC-32202 Remove unused member variable, causing compile issues Signed-off-by: Jake Smith --- thorlcr/thorutil/thbuf.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/thorlcr/thorutil/thbuf.cpp b/thorlcr/thorutil/thbuf.cpp index 5ab144e8ee9..42457777dae 100644 --- a/thorlcr/thorutil/thbuf.cpp +++ b/thorlcr/thorutil/thbuf.cpp @@ -695,7 +695,6 @@ class CCompressedSpillingRowStream: public CSimpleInterfaceOf, Linked serializer; Linked allocator; Linked deserializer; - memsize_t compressionBlockSize = 0; // filled in createOutputStream // in-memory related members CSPSCQueue inMemRows;