Commit c02d0d85 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

wscript: Remove an unused variable (LLVM/Clang).

parent 187065e1
......@@ -341,7 +341,6 @@ static IClassFactory testobj_cf = { &ClassFactoryVtbl };
static void run_test(const char *file_name)
{
SECURITY_ATTRIBUTES sa = {sizeof(sa), 0, TRUE};
char command[MAX_PATH];
STARTUPINFOA si = {sizeof(si)};
PROCESS_INFORMATION pi;
......
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