]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptenroll: drop an unused variable
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 20 Dec 2020 21:15:52 +0000 (22:15 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 20 Dec 2020 21:15:52 +0000 (22:15 +0100)
commit84fa67f0ef091c736dc880ae8c4a8ee2b9fe7445
treeae72a124ee244270bf97b4041bd320bb6ddcffd7
parent87cc47ba1d3a4016e84eb1b3f6bddf76266bf978
cryptenroll: drop an unused variable

Fixes following warning/error w/ clang:
../src/cryptenroll/cryptenroll-tpm2.c:64:64: error: unused variable 'a' [-Werror,-Wunused-variable]
        _cleanup_(json_variant_unrefp) JsonVariant *v = NULL, *a = NULL;
                                                               ^
1 error generated.
src/cryptenroll/cryptenroll-tpm2.c