From 49240b239b5d668cdc7e6aa02986b170a8bf905d Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Fri, 7 May 2021 17:08:32 -0700 Subject: [PATCH] For #19436: rm Application and FeatureFlags from perf code owners. --- .github/CODEOWNERS | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b11a4c32f..c31179fb4 100644 --- a/.github/CODEOWNERS +++ b/.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 --- #