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:
Andrew Fish 2019-08-16 14:34:02 -07:00 committed by Michael D Kinney
parent 97a1b9f473
commit 26ac9c639a
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}