]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-hwdb: drop unused variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 27 Aug 2018 04:56:29 +0000 (13:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 27 Aug 2018 20:09:40 +0000 (05:09 +0900)
src/libsystemd/sd-hwdb/sd-hwdb.c

index 6017784074577d549bdddbfcd33e5fc5cd3f45a0..5de716effb04852e6945d016f672dd8b71ad2295 100644 (file)
@@ -23,7 +23,6 @@
 
 struct sd_hwdb {
         RefCount n_ref;
-        int refcount;
 
         FILE *f;
         struct stat st;