winmm/tests: Remove dead assignment (LLVM/Clang).

This commit is contained in:
Austin English 2011-02-16 18:26:25 -08:00 committed by Alexandre Julliard
parent 408d068915
commit d583f12d8e
1 changed files with 0 additions and 1 deletions

View File

@ -319,7 +319,6 @@ const char * wave_open_flags(DWORD flags)
if ((flags & WAVE_MAPPED) == WAVE_MAPPED) {
if (!first) strcat(msg, "|");
strcat(msg, "WAVE_MAPPED");
first = FALSE;
}
return msg;
}