Commit 798fd5bf authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winmm: Remove a dead assignment (Clang).

parent 77feb693
......@@ -814,7 +814,6 @@ LONG WINAPI mmioWrite(HMMIO hmmio, HPCSTR pch, LONG cch)
if (wm->info.cchBuffer) {
LONG bytesW = 0;
count = 0;
while (cch) {
if (wm->info.pchNext != wm->info.pchEndWrite) {
count = wm->info.pchEndWrite - wm->info.pchNext;
......
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