Removed unused variable

This commit is contained in:
Armin Novak
2021-10-06 09:44:01 +02:00
committed by akallabeth
parent 0816d32823
commit 07df48c91d

View File

@@ -185,7 +185,6 @@ static BOOL prepare_certificates(const char* path)
BOOL rc = FALSE;
char* exe = NULL;
DWORD status;
DWORD read_bytes;
STARTUPINFOA si = { 0 };
SECURITY_ATTRIBUTES saAttr = { 0 };
PROCESS_INFORMATION process = { 0 };