Kaydet (Commit) fe0444db authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: I490f345d382b62001cf29a64ed732e854bdc5f7b
üst 946cf1b7
......@@ -775,10 +775,10 @@ storeError OStorePageManager::remove (const OStorePageKey &rKey)
}
// Release page write access.
eErrCode = base::releasePage (aDescr);
base::releasePage (aDescr);
// Release and free directory page.
eErrCode = base::free (aPage.location());
base::free (aPage.location());
}
// Remove entry.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment