Skip to content

Commit

Permalink
Remove redundant IKeyManager::resetCounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesmith committed Dec 5, 2023
1 parent c2b6005 commit eeeda52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion ecl/hthor/hthorkey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3985,7 +3985,6 @@ class CHThorKeyedJoinActivity : public CHThorThreadedActivityBase, implements I
helper.createSegmentMonitors(manager, row);
manager->finishSegmentMonitors();
manager->reset();
manager->resetCounts();
}

virtual void doneManager(IKeyManager * manager)
Expand Down
5 changes: 0 additions & 5 deletions system/jhtree/jhtree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,6 @@ class jhtree_decl CKeyLevelManager : implements IKeyManager, public CInterface
return keyCursor ? 1 : 0;
}

virtual void resetCounts()
{
//stats.reset();
}

void setKey(IKeyIndexBase * _key)
{
::Release(keyCursor);
Expand Down
1 change: 0 additions & 1 deletion system/jhtree/jhtree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ interface IKeyManager : public IInterface, extends IIndexReadContext
virtual void deserializeCursorPos(MemoryBuffer &mb) = 0;
virtual const byte *loadBlob(unsigned __int64 blobid, size32_t &blobsize, IContextLogger *ctx) = 0;
virtual void releaseBlobs() = 0;
virtual void resetCounts() = 0;

virtual void setLayoutTranslator(const IDynamicTransform * trans) = 0;
virtual void finishSegmentMonitors() = 0;
Expand Down

0 comments on commit eeeda52

Please sign in to comment.