diff --git a/components/brave_ads/browser/ads_service_impl.cc b/components/brave_ads/browser/ads_service_impl.cc index 26f6d8376b8..d1538cfca62 100644 --- a/components/brave_ads/browser/ads_service_impl.cc +++ b/components/brave_ads/browser/ads_service_impl.cc @@ -220,14 +220,6 @@ void AdsServiceImpl::RegisterResourceComponents() { } void AdsServiceImpl::Migrate() { - // Added 08/2023. - const int64_t ads_per_hour = - prefs_->GetInt64(prefs::kMaximumNotificationAdsPerHour); - if (ads_per_hour == 0) { - prefs_->ClearPref(prefs::kMaximumNotificationAdsPerHour); - prefs_->SetBoolean(prefs::kOptedInToNotificationAds, false); - } - // Added 10/2025. if (!local_state_->HasPrefPath(prefs::kFirstRunAt)) { base::Time first_run_at =