mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
removed unused variable
This commit is contained in:
parent
8926a4b077
commit
a5e39f5ca9
@ -157,8 +157,6 @@ static int httpserver_handle_get_mmaps(struct mg_connection* conn, void* cbdata)
|
|||||||
|
|
||||||
static int httpserver_handle_get_mmap(struct mg_connection* conn, void* cbdata)
|
static int httpserver_handle_get_mmap(struct mg_connection* conn, void* cbdata)
|
||||||
{
|
{
|
||||||
static const char* hexdigits = "0123456789ABCDEF";
|
|
||||||
|
|
||||||
const struct mg_request_info* req = mg_get_request_info(conn);
|
const struct mg_request_info* req = mg_get_request_info(conn);
|
||||||
const char* comma = "";
|
const char* comma = "";
|
||||||
rarch_system_info_t* system;
|
rarch_system_info_t* system;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user