Remove forward declaration.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4968 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-03-29 04:44:55 +00:00
parent 6a7c450c1e
commit 37eba21723
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ Abstract:
#define EFI_PRINT_PROTOCOL_GUID \
{ 0xdf2d868e, 0x32fc, 0x4cf0, {0x8e, 0x6b, 0xff, 0xd9, 0x5d, 0x13, 0x43, 0xd0} }
//
// Forward reference for pure ANSI compatability
//
EFI_FORWARD_DECLARATION (EFI_PRINT_PROTOCOL);
typedef struct _EFI_PRINT_PROTOCOL EFI_PRINT_PROTOCOL;