]> git.ipfire.org Git - thirdparty/systemd.git/commit
dbus-execute: inline variable definition 24272/head
authorDavid Tardon <dtardon@redhat.com>
Fri, 9 Sep 2022 08:31:24 +0000 (10:31 +0200)
committerDavid Tardon <dtardon@redhat.com>
Tue, 13 Sep 2022 06:13:43 +0000 (08:13 +0200)
commit48b7490985d5d1aa7d0c9eb6cc4edfe9c5396df2
tree5ecce13599e5921723e34f94297d1011698585f9
parentc9958c4fc55a916885defc3f91f4b0834ba891b4
dbus-execute: inline variable definition

Fixes a compiler warning:

../src/core/dbus-execute.c:460:22: error: unused variable 'c' [-Werror,-Wunused-variable]
        ExecContext *c = ASSERT_PTR(userdata);
src/core/dbus-execute.c