mirror of https://github.com/acidanthera/audk.git
remove duplicated code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5888 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3ec64ac503
commit
2206d5185c
|
@ -237,16 +237,6 @@ MnpDriverBindingStop (
|
||||||
NULL
|
NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
//
|
|
||||||
// Close the openned Snp protocol.
|
|
||||||
//
|
|
||||||
gBS->CloseProtocol (
|
|
||||||
ControllerHandle,
|
|
||||||
&gEfiSimpleNetworkProtocolGuid,
|
|
||||||
This->DriverBindingHandle,
|
|
||||||
ControllerHandle
|
|
||||||
);
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Flush the Mnp service data.
|
// Flush the Mnp service data.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue