summary refs log tree commit diff stats
path: root/plugins/sysinfo/sysinfo.h
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2017-06-20 16:26:28 -0400
committerPatrick Griffis <tingping@tingping.se>2017-06-20 16:26:28 -0400
commit99e16110bc42856492636b4b492a0cffe6d70a88 (patch)
tree5e834a58c6cdf77114da6cbae2de35c8fffb0e71 /plugins/sysinfo/sysinfo.h
parent2d184c09674b417bf294001d017b0d1ad2337de3 (diff)
sysinfo: Simplify finding pci.ids file on Unix
There is probably no reason to make this user configurable just
get the correct one at build time...
Diffstat (limited to 'plugins/sysinfo/sysinfo.h')
-rw-r--r--plugins/sysinfo/sysinfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/sysinfo/sysinfo.h b/plugins/sysinfo/sysinfo.h
index cfde8408..16ec03e4 100644
--- a/plugins/sysinfo/sysinfo.h
+++ b/plugins/sysinfo/sysinfo.h
@@ -22,8 +22,5 @@
 #define SYSINFO_H
 
 #define bsize 1024
-#define DEFAULT_PCIIDS "/usr/share/hwdata/pci.ids"
-
-int sysinfo_get_str_pref (const char *name, char *dest);
 
 #endif