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

Dead code

...introduced with aeb3853a "osl: (Win32) check
allocated pipe succeeded, otherwise needs to fail"

Change-Id: Ieeb0b1755e74f583d1b52447eb84f7512eb07914
üst 0b021f89
......@@ -153,8 +153,6 @@ oslPipe SAL_CALL osl_createPipe(rtl_uString *strPipeName, oslPipeOptions Options
pPipe = osl_createPipeImpl();
assert(pPipe); // if osl_createPipeImpl() cannot init. a new pipe, this is a failure
if (!pPipe)
return nullptr;
osl_atomic_increment(&(pPipe->m_Reference));
......
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