Kaydet (Commit) 85e14be2 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: redundantPointerOp

Change-Id: I0101893f5e8b65fb473a321e6169c3b610b33e60
üst 058c924c
......@@ -164,7 +164,7 @@ storeError SAL_CALL store_openFile (
xManager->acquire();
*phFile = static_cast<storeFileHandle>(&(*xManager));
*phFile = xManager.get();
return store_E_None;
}
......
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