Skip to content

Commit

Permalink
Merge pull request #18996 from richardkchapman/HPCC-32437
Browse files Browse the repository at this point in the history
HPCC-32437 Fix some unused private member warnings

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Aug 20, 2024
2 parents 559f23b + b107122 commit 8525136
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion common/workunit/workunit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,6 @@ class GraphScopeIterator : public CInterfaceOf<IConstWUScopeIterator>
SDone
};
State state = SDone;
State nextState = SDone;

public:
GraphScopeIterator(const IConstWorkUnit * wu, const ScopeFilter & _filter) : graphIter(&wu->getGraphs(GraphTypeAny)), filter(_filter)
Expand Down
1 change: 0 additions & 1 deletion dali/base/dasds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,6 @@ class CDeltaWriter : implements IThreaded
unsigned transactionQueueLimit = defaultDeltaTransactionQueueLimit; // absolute limit, will block if this far behind
memsize_t transactionMaxMem = defaultDeltaMemMaxMB * 0x100000; // 10MB
unsigned totalQueueLimitHits = 0;
unsigned addQueueWaiting = 0;
unsigned saveThresholdSecs = 0;
cycle_t lastSaveTime = 0;
cycle_t thresholdDuration = 0;
Expand Down
1 change: 0 additions & 1 deletion roxie/roxiemem/roxiemem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4552,7 +4552,6 @@ class CChunkingRowManager : public CRowManager
unsigned dataBuffs;
unsigned dataBuffPages;
unsigned reportWalkFreeThreshold = 256;
unsigned attachSeq = 0;
std::atomic_uint possibleGoers = {0};
std::atomic_uint totalHeapPages = {0};
Owned<IActivityMemoryUsageMap> peakUsageMap;
Expand Down
4 changes: 0 additions & 4 deletions roxie/udplib/udpmsgpk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ class PackageSequencer : public CInterface, implements IInterface
unsigned maxSeqSeen = 0;
unsigned numPackets = 0;
bool outOfBand = false;
#ifdef _DEBUG
unsigned scans = 0;
unsigned overscans = 0;
#endif

MemoryBuffer metadata;
InterruptableSemaphore dataAvailable; // MORE - need to work out when to interrupt it!
Expand Down

0 comments on commit 8525136

Please sign in to comment.