From 44c05e5d12f2b8b86b9730bb50f27daf74143782 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sun, 7 Jun 2026 11:54:11 -0700 Subject: [PATCH] fs: removed unused variable --- src/util/fs_path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/fs_path.c b/src/util/fs_path.c index ad9ca797a..3fe478c27 100644 --- a/src/util/fs_path.c +++ b/src/util/fs_path.c @@ -1856,7 +1856,6 @@ static PSID *sid_dup(PSID sid) static int current_user_sid(PSID *sid, HANDLE *linked_token) { TOKEN_USER *info = NULL; - TOKEN_ELEVATION_TYPE elevationType = 0; HANDLE token = NULL; DWORD len = 0; int error = -1;