Remove empty typedefs (gcc warning).

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5056 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2008-04-11 23:24:29 +00:00
parent 3e71187c5c
commit 02d99367c7
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Abstract:
typedef struct _EFI_NIC_IP4_CONFIG_PROTOCOL EFI_NIC_IP4_CONFIG_PROTOCOL;
typedef enum {
enum {
//
// Config source: dhcp or static
//
@ -106,7 +106,6 @@ EFI_STATUS
IN NIC_ADDR *NicAddr OPTIONAL
);
typedef
struct _EFI_NIC_IP4_CONFIG_PROTOCOL {
EFI_NIC_IP4_CONFIG_GET_NAME GetName;
EFI_NIC_IP4_CONFIG_GET_INFO GetInfo;