mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-21 22:16:24 +00:00
fs: removed unused variable
This commit is contained in:
@@ -1856,7 +1856,6 @@ static PSID *sid_dup(PSID sid)
|
|||||||
static int current_user_sid(PSID *sid, HANDLE *linked_token)
|
static int current_user_sid(PSID *sid, HANDLE *linked_token)
|
||||||
{
|
{
|
||||||
TOKEN_USER *info = NULL;
|
TOKEN_USER *info = NULL;
|
||||||
TOKEN_ELEVATION_TYPE elevationType = 0;
|
|
||||||
HANDLE token = NULL;
|
HANDLE token = NULL;
|
||||||
DWORD len = 0;
|
DWORD len = 0;
|
||||||
int error = -1;
|
int error = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user