mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Remove unused member LoadManager::getUptime
This commit is contained in:
@@ -142,7 +142,6 @@ public:
|
||||
void logDisconnect(const std::string&) const;
|
||||
|
||||
int getCost(LoadType t) { return mCosts[static_cast<int>(t)].mCost; }
|
||||
int getUptime();
|
||||
void noDeadLock();
|
||||
void arm() { mArmed = true; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user