From bb5293663e6e93e75cafcec1eaca61528500d7fd Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 16 Apr 2019 19:18:10 +0200 Subject: rfs.c: get rid of unused variables Signed-off-by: Denis 'GNUtoo' Carikli --- samsung-ipc/rfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/samsung-ipc/rfs.c b/samsung-ipc/rfs.c index 3e44829..e1f9f9a 100644 --- a/samsung-ipc/rfs.c +++ b/samsung-ipc/rfs.c @@ -39,7 +39,6 @@ char *ipc_nv_data_md5_calculate(const char *path, const char *secret, char *md5_string = NULL; unsigned char md5_hash[MD5_DIGEST_LENGTH] = { 0 }; MD5_CTX ctx; - int rc; if (secret == NULL) return NULL; -- cgit v1.2.3