Skip to content

Commit

Permalink
HPCC-32193 Remove unused member var
Browse files Browse the repository at this point in the history
Signed-off-by: Shamser Ahmed <[email protected]>
  • Loading branch information
shamser committed Sep 4, 2024
1 parent 3d53afa commit 41ae8b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thorlcr/thorutil/thmem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,6 @@ class CThorRowCollectorBase : public CSpillable
Owned<CSharedSpillableRowSet> spillableRowSet;
unsigned options = 0;
unsigned spillCompInfo = 0;
RelaxedAtomic<offset_t> statSizeSpill{0};
RelaxedAtomic<__uint64> statSortCycles{0};
bool spillRows(bool critical)
{
Expand Down

0 comments on commit 41ae8b4

Please sign in to comment.