mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Remove unused variables
This commit is contained in:
parent
f574a3a68e
commit
c741c9d9a9
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user