summaryrefslogtreecommitdiff
path: root/src/common_device_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common_device_name.c')
-rw-r--r--src/common_device_name.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common_device_name.c b/src/common_device_name.c
index 31ed8f2..12f88f5 100644
--- a/src/common_device_name.c
+++ b/src/common_device_name.c
@@ -47,10 +47,6 @@
#include "pciaccess.h"
-#ifndef PCIIDS_PATH
-# define PCIIDS_PATH "/usr/share/hwdata"
-#endif
-
#define DO_MATCH(a,b) (((a) == PCI_MATCH_ANY) || ((a) == (b)))
/**