mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
removed unused variable "result"
This commit is contained in:
parent
dcc258f634
commit
fd26606354
@ -3018,7 +3018,6 @@ static int memory_view_read(debug_view_memory *memdata, UINT8 size, offs_t offs,
|
||||
if (memdata->desc->space != NULL)
|
||||
{
|
||||
const address_space *space = memdata->desc->space;
|
||||
UINT64 result = ~(UINT64)0;
|
||||
offs_t dummyaddr = offs;
|
||||
int ismapped;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user