summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-hwdb
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-08-27 13:56:29 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-08-28 05:09:40 +0900
commit61e21d4ca1ffe9f567778925fdd3a5f62e497db4 (patch)
tree2e9eda7e2eead6d4885bcd5ae9776409b2cd9511 /src/libsystemd/sd-hwdb
parent288ca7af8c260619bf0aab675c55e2367eea5006 (diff)
downloadsystemd-61e21d4ca1ffe9f567778925fdd3a5f62e497db4.tar.gz
sd-hwdb: drop unused variable
Diffstat (limited to 'src/libsystemd/sd-hwdb')
-rw-r--r--src/libsystemd/sd-hwdb/sd-hwdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd/sd-hwdb/sd-hwdb.c b/src/libsystemd/sd-hwdb/sd-hwdb.c
index 6017784074..5de716effb 100644
--- a/src/libsystemd/sd-hwdb/sd-hwdb.c
+++ b/src/libsystemd/sd-hwdb/sd-hwdb.c
@@ -23,7 +23,6 @@
struct sd_hwdb {
RefCount n_ref;
- int refcount;
FILE *f;
struct stat st;