Skip to content

Commit

Permalink
Merge pull request #18857 from jakesmith/HPCC-32202-compile-unused-var
Browse files Browse the repository at this point in the history
HPCC-32202 Remove unused member variable, causing compile issues

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Jul 8, 2024
2 parents fcc544e + 46a02c0 commit b66547e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thorlcr/thorutil/thbuf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ class CCompressedSpillingRowStream: public CSimpleInterfaceOf<ISmartRowBuffer>,
Linked<IOutputRowSerializer> serializer;
Linked<IEngineRowAllocator> allocator;
Linked<IOutputRowDeserializer> deserializer;
memsize_t compressionBlockSize = 0; // filled in createOutputStream

// in-memory related members
CSPSCQueue<RowEntry> inMemRows;
Expand Down

0 comments on commit b66547e

Please sign in to comment.