summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-07 17:50:52 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-07 17:50:52 +0100
commit6e4d8de10442eecf71ba36ad015872a135a53338 (patch)
tree7d8ccc917c4dd86d33d6c0428e18d87e3c15d003 /src/map.h
parentdc6318b84aa8c079330b2adc711113f7d4b55961 (diff)
downloadminetest-6e4d8de10442eecf71ba36ad015872a135a53338.tar.gz
minetest-6e4d8de10442eecf71ba36ad015872a135a53338.tar.bz2
minetest-6e4d8de10442eecf71ba36ad015872a135a53338.zip
Revert "Verify database connection on interval (#9665)"
Fixes #10113 This reverts commit 5c588f89e79e02cba392abe3d00688772321f88b.
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 77ee4da9e..4d9847063 100644
--- a/src/map.h
+++ b/src/map.h
@@ -387,7 +387,6 @@ public:
Database functions
*/
static MapDatabase *createDatabase(const std::string &name, const std::string &savedir, Settings &conf);
- void pingDatabase();
// Call these before and after saving of blocks
void beginSave();