mirror of https://github.com/acidanthera/audk.git
EmulatorPkg/Unix/Host: Remove debug code from BerkeleyPacketFilter.c
Remove old debug code that generates an exception. Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Andrew Fish <afish@apple.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Tested-by: Andrew Fish <afish@apple.com>
This commit is contained in:
parent
97a1b9f473
commit
26ac9c639a
|
@ -767,10 +767,6 @@ EmuSnpGetStatus (
|
|||
|
||||
Private = EMU_SNP_PRIVATE_DATA_FROM_THIS (This);
|
||||
|
||||
if (TxBuf != NULL) {
|
||||
*((UINT8 **)TxBuf) = (UINT8 *)1;
|
||||
}
|
||||
|
||||
if ( InterruptStatus != NULL ) {
|
||||
*InterruptStatus = EFI_SIMPLE_NETWORK_TRANSMIT_INTERRUPT;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue