summaryrefslogtreecommitdiffstats
path: root/sal/osl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-19 00:28:56 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-19 01:34:05 +0100
commitc08308508aec99652256be333990ad9cd4e62dba (patch)
tree5000b856b268be4b9e89d96f737e173f51926513 /sal/osl
parentWaE: do this right... (diff)
downloadcore-c08308508aec99652256be333990ad9cd4e62dba.tar.gz
core-c08308508aec99652256be333990ad9cd4e62dba.zip
WaE: unused variable bOk
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/w32/security.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/w32/security.c b/sal/osl/w32/security.c
index 29e50472fdb9..29f35a16e469 100644
--- a/sal/osl/w32/security.c
+++ b/sal/osl/w32/security.c
@@ -646,7 +646,6 @@ void SAL_CALL osl_unloadUserProfile(oslSecurity Security)
HMODULE hUserEnvLib = NULL;
LPFNLOADUSERPROFILE fLoadUserProfile = NULL;
LPFNUNLOADUSERPROFILE fUnloadUserProfile = NULL;
- BOOL bOk = FALSE;
HANDLE hAccessToken = ((oslSecurityImpl*)Security)->m_hToken;
if ( !hAccessToken )