summaryrefslogtreecommitdiffstats
path: root/BeagleBoardPkg/PciEmulation/PciEmulation.c
diff options
context:
space:
mode:
Diffstat (limited to 'BeagleBoardPkg/PciEmulation/PciEmulation.c')
-rw-r--r--BeagleBoardPkg/PciEmulation/PciEmulation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/BeagleBoardPkg/PciEmulation/PciEmulation.c b/BeagleBoardPkg/PciEmulation/PciEmulation.c
index f558597932..fa44570b4c 100644
--- a/BeagleBoardPkg/PciEmulation/PciEmulation.c
+++ b/BeagleBoardPkg/PciEmulation/PciEmulation.c
@@ -436,7 +436,6 @@ PciIoAttributes (
case EfiPciIoAttributeOperationDisable:
// Since we are not a real PCI device no enable/set or disable operations exist.
return EFI_SUCCESS;
- break;
default:
ASSERT (FALSE);