mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 808875 - Fix unused variable warning in Assembler-arm.cpp. r=mjrosenb
This commit is contained in:
parent
456e738ab4
commit
1465fb9526
@ -2442,7 +2442,6 @@ AutoFlushCache::update(uintptr_t newStart, size_t len)
|
||||
{
|
||||
uintptr_t newStop = newStart + len;
|
||||
used_ = true;
|
||||
static int count = 0;
|
||||
if (start_ == NULL) {
|
||||
IonSpewCont(IonSpew_CacheFlush, ".");
|
||||
start_ = newStart;
|
||||
|
Loading…
Reference in New Issue
Block a user