From ce7463ffd64835ad901ed3879822af79656d8c7a Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Fri, 7 May 2021 17:08:32 -0700 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/19436: rm Application and FeatureFlags from perf code owners. --- mobile/android/fenix/.github/CODEOWNERS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mobile/android/fenix/.github/CODEOWNERS b/mobile/android/fenix/.github/CODEOWNERS index b11a4c32fabb..c31179fb4527 100644 --- a/mobile/android/fenix/.github/CODEOWNERS +++ b/mobile/android/fenix/.github/CODEOWNERS @@ -50,11 +50,4 @@ # Possible regressions throughout the app *.pro @mozilla-mobile/Performance *proguard* @mozilla-mobile/Performance - -# Possible startup regressions -*Application.kt @mozilla-mobile/Performance - -# We want to be aware of new features behind flags as well as features -# about to be enabled. -FeatureFlags.kt @mozilla-mobile/Performance # --- PERFORMANCE END --- # -- 2.11.4.GIT