summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykhailo Vorobiov (GitHub) <61186891+mvorobio@users.noreply.github.com>2021-10-11 16:36:40 +0300
committerGitHub <noreply@github.com>2021-10-11 09:36:40 -0400
commit3a8d0cb7292894d952a573c630e030b359b91e5c (patch)
tree6a78ff775c21ac7b31b5aab85c7253e3a3cf12a4
parent8306670b753ad64ae4704c701ef62077fadefe5b (diff)
downloadsdl_core-3a8d0cb7292894d952a573c630e030b359b91e5c.tar.gz
Prevent restoring resumption-related data after MASTER_RESET (#3287)
Co-authored-by: Andrii Kalinich <AKalinich@luxoft.com>
-rw-r--r--src/components/resumption/src/last_state_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/resumption/src/last_state_impl.cc b/src/components/resumption/src/last_state_impl.cc
index 9920a1499b..45fcdb2e8e 100644
--- a/src/components/resumption/src/last_state_impl.cc
+++ b/src/components/resumption/src/last_state_impl.cc
@@ -49,7 +49,6 @@ LastStateImpl::LastStateImpl(const std::string& app_storage_folder,
LastStateImpl::~LastStateImpl() {
SDL_LOG_AUTO_TRACE();
- SaveToFileSystem();
}
void LastStateImpl::SaveToFileSystem() {