From: Yu Watanabe Date: Mon, 27 Aug 2018 04:56:29 +0000 (+0900) Subject: sd-hwdb: drop unused variable X-Git-Tag: v240~791^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61e21d4ca1ffe9f567778925fdd3a5f62e497db4;p=thirdparty%2Fsystemd.git sd-hwdb: drop unused variable --- diff --git a/src/libsystemd/sd-hwdb/sd-hwdb.c b/src/libsystemd/sd-hwdb/sd-hwdb.c index 60177840745..5de716effb0 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;