]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
busctl: drop unused variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 13 Oct 2018 14:56:07 +0000 (23:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 13 Oct 2018 18:29:43 +0000 (03:29 +0900)
src/busctl/busctl.c

index a5673731c0d25ce4a2501ee49e4f5d0de0291eb7..2f056ac83454927bc64fe0f6c454f3f99897778f 100644 (file)
@@ -1592,7 +1592,7 @@ finish:
 }
 
 static int json_transform_variant(sd_bus_message *m, const char *contents, JsonVariant **ret) {
-        _cleanup_(json_variant_unrefp) JsonVariant *type = NULL, *value = NULL;
+        _cleanup_(json_variant_unrefp) JsonVariant *value = NULL;
         int r;
 
         assert(m);