[epiphany] profile-migrator: Remove code supporting removed migrators
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] profile-migrator: Remove code supporting removed migrators
- Date: Tue, 4 Oct 2016 22:39:43 +0000 (UTC)
commit 7f3473e62468f6d67587d2cb7c18f918ab99b279
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Oct 4 17:35:29 2016 -0500
profile-migrator: Remove code supporting removed migrators
src/profile-migrator/ephy-profile-migrator.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/profile-migrator/ephy-profile-migrator.c b/src/profile-migrator/ephy-profile-migrator.c
index 93551ad..08890e4 100644
--- a/src/profile-migrator/ephy-profile-migrator.c
+++ b/src/profile-migrator/ephy-profile-migrator.c
@@ -924,13 +924,6 @@ ephy_migrator (void)
for (i = latest; i < EPHY_PROFILE_MIGRATION_VERSION; i++) {
LOG ("Running migrator: %d of %d", i + 1, EPHY_PROFILE_MIGRATION_VERSION);
- /* No need to run the password migration twice in a row. It
- appears twice in the list for the benefit of people that were
- using the development snapshots, since an early version didn't
- migrate all passwords correctly. */
- if (i == 1)
- continue;
-
m = migrators[i];
m ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]