chore(feature-flags): Remove storage-reseed feature flag

This commit is contained in:
Todd Martin 2025-08-29 16:14:00 -04:00 committed by GitHub
parent 5dfed7623b
commit 5a96f6dcce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,7 +188,6 @@ public static class FeatureFlagKeys
/* Platform Team */
public const string PersistPopupView = "persist-popup-view";
public const string StorageReseedRefactor = "storage-reseed-refactor";
public const string WebPush = "web-push";
public const string IpcChannelFramework = "ipc-channel-framework";
public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";