From 3348d8420663420fb46bc6d11e41703aa716af31 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 6 May 2024 18:00:49 -0400 Subject: open_plugins Fix Yellow Change-Id: I036bd57c7e55f7059f858e9f0929500c2094e579 --- apps/plugins/open_plugins.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins') diff --git a/apps/plugins/open_plugins.c b/apps/plugins/open_plugins.c index 9d58433fdf..66200df8a5 100644 --- a/apps/plugins/open_plugins.c +++ b/apps/plugins/open_plugins.c @@ -116,7 +116,6 @@ static int op_entry_read_opx(const char *path) int ret = -1; off_t filesize; int fd_opx; - int len; if(rb->filetype_get_attr(path) == FILE_ATTR_OPX) { @@ -317,7 +316,6 @@ static int op_entry_transfer(int fd, int fd_tmp, static uint32_t op_entry_add_path(const char *key, const char *plugin, const char *parameter, bool use_key) { char buf[MAX_PATH]; - int len; uint32_t hash; uint32_t newhash; char *pos = "";; -- cgit v1.2.3