[Replicant] [PATCH][external/libsamsung-ipc 2/7] rfs.c: get rid of unused variables

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Thu Nov 28 23:49:22 UTC 2019


Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 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;
-- 
2.24.0



More information about the Replicant mailing list