]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg UiApp: Remove a redundant function and a variable
authorshenglei <shenglei.zhang@intel.com>
Thu, 9 Aug 2018 06:38:24 +0000 (14:38 +0800)
committerStar Zeng <star.zeng@intel.com>
Tue, 21 Aug 2018 08:29:11 +0000 (16:29 +0800)
commitcc6939067008c4dcab990d5e8be65086ec393afa
treea2dd1d042155b0e3439a10c43c148f56c77a7983
parentae195de0a3c8a0f773e5cd3dc061799101115df1
MdeModulePkg UiApp: Remove a redundant function and a variable

1.After the cleanup at "MdeModulePkg UiApp: Remove redundant functions",
  the function "IsResetReminderFeatureEnable()" and the variable
  "mFeaturerSwitch" become redundant so they have been removed.
2.Therefore, the "IF" expression has also been removed, whose judgment condition
  is "IsResetReminderFeatureEnable()".
https://bugzilla.tianocore.org/show_bug.cgi?id=1062

Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Application/UiApp/FrontPage.c