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

This commit is contained in:
Austin English 2012-01-30 22:41:30 -06:00 committed by Alexandre Julliard
parent 187065e1c3
commit c02d0d85ea
1 changed files with 0 additions and 1 deletions

View File

@ -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;