Skip to content

Commit

Permalink
src/signature: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Luebbe <[email protected]>
  • Loading branch information
jluebbe authored and ejoerns committed Jun 2, 2021
1 parent a435010 commit 8258d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/signature.c
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,6 @@ GBytes *cms_sign_file(const gchar *filename, const gchar *certfile, const gchar
GBytes *cms_sign_manifest(RaucManifest *manifest, const gchar *certfile, const gchar *keyfile, gchar **interfiles, GError **error)
{
GError *ierror = NULL;
g_autoptr(GMappedFile) file = NULL;
g_autoptr(GBytes) content = NULL;
GBytes *sig = NULL;

Expand Down

0 comments on commit 8258d57

Please sign in to comment.