clang-analyzer-deadcode.DeadStores
Change-Id: I490f345d382b62001cf29a64ed732e854bdc5f7b
This commit is contained in:
@@ -775,10 +775,10 @@ storeError OStorePageManager::remove (const OStorePageKey &rKey)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Release page write access.
|
// Release page write access.
|
||||||
eErrCode = base::releasePage (aDescr);
|
base::releasePage (aDescr);
|
||||||
|
|
||||||
// Release and free directory page.
|
// Release and free directory page.
|
||||||
eErrCode = base::free (aPage.location());
|
base::free (aPage.location());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove entry.
|
// Remove entry.
|
||||||
|
Reference in New Issue
Block a user