mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2026-01-03 06:38:48 +00:00
mingw: remove unused variable
This commit is contained in:
parent
9d1586c1dd
commit
a8b47ea653
@ -122,7 +122,6 @@ DWORD DisplaySetting::get_user_process_id()
|
||||
{
|
||||
PROCESSENTRY32 proc_entry;
|
||||
DWORD explorer_pid = 0;
|
||||
HANDLE token = NULL;
|
||||
DWORD agent_session_id;
|
||||
|
||||
if (!ProcessIdToSessionId(GetCurrentProcessId(), &agent_session_id)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user