wscript: remove an unused variable (LLVM/Clang)

Austin English austinenglish at gmail.com
Mon Jan 30 22:41:30 CST 2012


-- 
-Austin
-------------- next part --------------
diff --git a/programs/wscript/tests/run.c b/programs/wscript/tests/run.c
index 315f51f..567bf45 100644
--- a/programs/wscript/tests/run.c
+++ b/programs/wscript/tests/run.c
@@ -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;


More information about the wine-patches mailing list