Skip to content

Commit 14f10bc

Browse files
authored
chore: Cleanup after migrating lookup_application_with_origin_memory to sha256 (#3356)
first
1 parent d762aac commit 14f10bc

File tree

7 files changed

+10
-805
lines changed

7 files changed

+10
-805
lines changed

src/internet_identity/src/main.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ mod conversions;
3939
mod delegation;
4040
mod http;
4141
mod ii_domain;
42-
mod migrations;
4342
mod openid;
4443
mod state;
4544
mod stats;
@@ -537,11 +536,6 @@ fn post_upgrade(maybe_arg: Option<InternetIdentityInit>) {
537536
state::load_persistent_state();
538537

539538
initialize(maybe_arg);
540-
541-
// TODO[ID-353]: Remove the data migration.
542-
state::storage_borrow_mut(|storage| {
543-
storage.maybe_apply_lookup_application_with_origin_map_data_migration();
544-
});
545539
}
546540

547541
fn initialize(maybe_arg: Option<InternetIdentityInit>) {

0 commit comments

Comments
 (0)