1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

sspi: Code tidy up to remove unused variable.

This commit is contained in:
Steve Holme 2012-04-22 21:00:32 +01:00
parent 683bfa60ad
commit 412510f974

View File

@ -106,7 +106,6 @@ CURLcode Curl_sspi_version(int *major, int *minor, int *build, int *special)
{ {
CURLcode result = CURLE_OK; CURLcode result = CURLE_OK;
VS_FIXEDFILEINFO *version_info = NULL; VS_FIXEDFILEINFO *version_info = NULL;
LPTSTR version = NULL;
LPTSTR path = NULL; LPTSTR path = NULL;
LPVOID data = NULL; LPVOID data = NULL;
DWORD size, handle; DWORD size, handle;