summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2003-12-27 00:40:21 +0000
committerMartin Mares <mj@ucw.cz>2006-05-05 14:18:13 +0200
commitdd33246a9bcf5a2a5239c218b6513240f84e2a6b (patch)
tree8cbfdfb885da2bd982f63a9e2a27b5fb4ce6094a /common.c
parent80b3121adfc9560880e5971788589f7338579b0f (diff)
downloadpciutils-dd33246a9bcf5a2a5239c218b6513240f84e2a6b.tar.gz
Remove ghosts of syscall access method
* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h: Remove shadows of the syscall access method which was never implemented. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-25
Diffstat (limited to 'common.c')
-rw-r--r--common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.c b/common.c
index 846b1e6..723d66b 100644
--- a/common.c
+++ b/common.c
@@ -56,11 +56,6 @@ parse_generic_option(int i, struct pci_access *pacc, char *optarg)
die("Unknown hardware configuration type %s", optarg);
break;
#endif
-#ifdef HAVE_PM_SYSCALLS
- case 'S':
- pacc->method = PCI_ACCESS_SYSCALLS;
- break;
-#endif
#ifdef HAVE_PM_DUMP
case 'F':
pacc->method_params[PCI_ACCESS_DUMP] = optarg;