Remove unused variables

This commit is contained in:
libretroadmin 2024-06-15 16:44:41 +02:00
parent f574a3a68e
commit c741c9d9a9
3 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -358,7 +358,6 @@ static int deferred_push_cursor_manager_list_generic(
char *elem0 = NULL;
char *elem1 = NULL;
char *path_cpy = NULL;
int ret = -1;
const char *path = info->path;
if (!path)

View File

@ -11754,8 +11754,6 @@ static unsigned print_buf_lines(file_list_t *list, char *buf,
for (i = 0; i < buf_size; i++)
{
size_t ln;
struct string_list str_list = {0};
const char *core_pathname = NULL;
/* The end of the buffer, print the last bit */
if (*(buf + i) == '\0')