From fdd5afde4944ab173e8d9a9db8cd19586ff09572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Sat, 14 Mar 2020 12:05:54 +0100 Subject: util/inteltool: gpio: drop dead code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop dummy entry. Change-Id: Ic2184453c628c034e40ba877791fab4b7fe1d934 Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/39558 Reviewed-by: Felix Held Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- util/inteltool/gpio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index 9610fd6cb3..55c32baf43 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1076,9 +1076,6 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) case PCI_DEVICE_ID_INTEL_82371XX: printf("This southbridge has GPIOs in the PM unit.\n"); return 1; - case 0x1234: // Dummy for non-existent functionality - printf("This southbridge does not have GPIOBASE.\n"); - return 1; default: printf("Error: Dumping GPIOs on this southbridge is not (yet) supported.\n"); return 1; -- cgit v1.2.3