aboutsummaryrefslogtreecommitdiff
path: root/src/rollback.h
diff options
context:
space:
mode:
authorROllerozxa <rollerozxa@voxelmanip.se>2023-01-06 22:35:20 +0100
committerGitHub <noreply@github.com>2023-01-06 22:35:20 +0100
commitbb74da590349643403df2c99ddc2d1584d4324ad (patch)
treeea50220076483b2919c19f1791bc0c807404347d /src/rollback.h
parent6d45c243f85942b20dab58753e735ec89a68f710 (diff)
downloadminetest-bb74da590349643403df2c99ddc2d1584d4324ad.tar.xz
Remove old rollback migration code (#13082)
Diffstat (limited to 'src/rollback.h')
-rw-r--r--src/rollback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rollback.h b/src/rollback.h
index ff96e513f..b5131fa71 100644
--- a/src/rollback.h
+++ b/src/rollback.h
@@ -73,7 +73,6 @@ private:
int range, int limit);
const std::list<RollbackAction> getActionsSince(time_t firstTime,
const std::string & actor = "");
- void migrate(const std::string & filepath);
static float getSuspectNearness(bool is_guess, v3s16 suspect_p,
time_t suspect_t, v3s16 action_p, time_t action_t);