removed unused variable

This commit is contained in:
Andre Leiradella 2016-08-30 23:29:03 +01:00
parent 8926a4b077
commit a5e39f5ca9

View File

@ -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 const char* hexdigits = "0123456789ABCDEF";
const struct mg_request_info* req = mg_get_request_info(conn);
const char* comma = "";
rarch_system_info_t* system;