keystore-blob: remove unused variable
By cleaning up the code the compiler does not emit the following warning
anymore:

    src/keystore-blob.c: In function 'keystore_get_secret':
    src/keystore-blob.c:25:15: warning: unused variable 'modifier' [-Wunused-variable]
      char *blob, *modifier, *payload;
                   ^~~~~~~~

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
1 parent e210e3b commit 338b9962e28a41bc31815f8fcc7bfc23ae94ecd4
@Ulrich Ölmann Ulrich Ölmann authored on 3 Feb 2019
Roland Hieber committed on 7 Feb 2019
Showing 1 changed file
View
src/keystore-blob.c