From 41ae8b4bf43cf94f428aeec81368afb8d5505dce Mon Sep 17 00:00:00 2001 From: Shamser Ahmed Date: Wed, 4 Sep 2024 16:00:23 +0100 Subject: [PATCH] HPCC-32193 Remove unused member var Signed-off-by: Shamser Ahmed --- thorlcr/thorutil/thmem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/thorlcr/thorutil/thmem.cpp b/thorlcr/thorutil/thmem.cpp index 40db1432259..630b95f68d7 100644 --- a/thorlcr/thorutil/thmem.cpp +++ b/thorlcr/thorutil/thmem.cpp @@ -1648,7 +1648,6 @@ class CThorRowCollectorBase : public CSpillable Owned spillableRowSet; unsigned options = 0; unsigned spillCompInfo = 0; - RelaxedAtomic statSizeSpill{0}; RelaxedAtomic<__uint64> statSortCycles{0}; bool spillRows(bool critical) {