Kaydet (Commit) 684be0a6 authored tarafından Caolán McNamara's avatar Caolán McNamara

CLang++ Dead assignment

üst 619f7da8
...@@ -905,7 +905,6 @@ static void __rtl_cipherBF_updateCFB ( ...@@ -905,7 +905,6 @@ static void __rtl_cipherBF_updateCFB (
sal_uInt8 c = iv[k]; sal_uInt8 c = iv[k];
iv[k] = *pData; iv[k] = *pData;
*pBuffer = *pData ^ c; *pBuffer = *pData ^ c;
c = 0;
} }
ctx->m_offset = ((k + 1) & 0x07); ctx->m_offset = ((k + 1) & 0x07);
......
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