summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include
diff options
context:
space:
mode:
authorGuoMinJ <newexplorerj@gmail.com>2020-02-21 18:10:41 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-03-30 01:13:49 +0000
commitd4e2909bfc34027ab1dc678c5361856688b03dfe (patch)
treeba80b2ec6386af60cb389576631ef5baa9a77412 /MdeModulePkg/Include
parentd671d1fa48dbb3f22b68c1d67914c55ba1d58454 (diff)
MdeModulePkg: Remove gEfiFormBrowserExProtocolGuid Protocol Guid
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2145 Replace the gEfiFormBrowserExProtocolGuid with gEdkiiFormBrowserExProtocolGuid, remove the unnecessary declaration. Signed-off-by: GuoMinJ <newexplorerj@gmail.com> Acked-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r--MdeModulePkg/Include/Protocol/FormBrowserEx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Protocol/FormBrowserEx.h b/MdeModulePkg/Include/Protocol/FormBrowserEx.h
index c36aa6bdf1..e7e7cd18ab 100644
--- a/MdeModulePkg/Include/Protocol/FormBrowserEx.h
+++ b/MdeModulePkg/Include/Protocol/FormBrowserEx.h
@@ -143,7 +143,6 @@ struct _EDKII_FORM_BROWSER_EXTENSION_PROTOCOL {
SAVE_REMINDER SaveReminder;
};
-extern EFI_GUID gEfiFormBrowserExProtocolGuid;
extern EFI_GUID gEdkiiFormBrowserExProtocolGuid;
#endif