diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2021-10-12 20:12:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-12 20:12:20 +0200 |
commit | ecc6f4ba25cd49599922333a5f8d4b4ce368992d (patch) | |
tree | 9e54d0968bde5faf2f1870c5c806fa30521a695d /src/rollback.cpp | |
parent | 6de8d77e17017cd5cc7b065d42566b6b1cd076cc (diff) | |
download | dragonfireclient-ecc6f4ba25cd49599922333a5f8d4b4ce368992d.tar.xz |
Remove a few unused functions reported by callcatcher (#11658)
Diffstat (limited to 'src/rollback.cpp')
-rw-r--r-- | src/rollback.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rollback.cpp b/src/rollback.cpp index 3cd9c7ce7..33b7958b9 100644 --- a/src/rollback.cpp +++ b/src/rollback.cpp @@ -941,12 +941,6 @@ void RollbackManager::addAction(const RollbackAction & action) } } -std::list<RollbackAction> RollbackManager::getEntriesSince(time_t first_time) -{ - flush(); - return getActionsSince(first_time); -} - std::list<RollbackAction> RollbackManager::getNodeActors(v3s16 pos, int range, time_t seconds, int limit) { |