memory: Silence unused variable warning

This commit is contained in:
Lioncash 2018-02-18 17:52:03 -05:00
parent 26ba2e91f6
commit 7c21d3059e
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -1694,7 +1694,8 @@ void address_space_init(struct uc_struct *uc, AddressSpace *as, MemoryRegion *ro
static void do_address_space_destroy(AddressSpace *as) static void do_address_space_destroy(AddressSpace *as)
{ {
MemoryListener *listener; // Unicorn: commented out
//MemoryListener *listener;
bool do_free = as->malloced; bool do_free = as->malloced;
address_space_destroy_dispatch(as); address_space_destroy_dispatch(as);