Commit c1b2fc3c authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

advpack/tests: Remove dead assignment (Cppcheck).

parent d3b406ec
......@@ -187,7 +187,6 @@ static void delnode_test(void)
CloseHandle(hn);
hr = pDelNode(lstrcatA(currDir, "\\DelNodeTestDir"), 0);
ok (hr == S_OK, "DelNode failed deleting a directory containing multiple files\n");
currDir[currDirLen] = '\0';
}
static void append_str(char **str, const char *data, ...)
......
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