diff options
author | William Wilgus <wilgus.william@gmail.com> | 2024-05-06 18:00:49 -0400 |
---|---|---|
committer | William Wilgus <wilgus.william@gmail.com> | 2024-05-06 18:00:49 -0400 |
commit | 3348d8420663420fb46bc6d11e41703aa716af31 (patch) | |
tree | 5b85cd032c97ed229018d6b9866a01e1f5306517 | |
parent | ee840709d3d93376f9b5da6c34572424079304b8 (diff) | |
download | rockbox-3348d84206.tar.gz rockbox-3348d84206.zip |
open_plugins Fix Yellow
Change-Id: I036bd57c7e55f7059f858e9f0929500c2094e579
-rw-r--r-- | apps/plugins/open_plugins.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 = "";; |