mirror of
https://github.com/curl/curl.git
synced 2026-07-24 03:57:17 +03:00
sspi: Code tidy up to remove unused variable.
This commit is contained in:
parent
683bfa60ad
commit
412510f974
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ CURLcode Curl_sspi_version(int *major, int *minor, int *build, int *special)
|
|||
{
|
||||
CURLcode result = CURLE_OK;
|
||||
VS_FIXEDFILEINFO *version_info = NULL;
|
||||
LPTSTR version = NULL;
|
||||
LPTSTR path = NULL;
|
||||
LPVOID data = NULL;
|
||||
DWORD size, handle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue