From 85d5ccab78c156a8113cfef02748facb91aa6393 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 31 Aug 2006 22:33:05 +0000 Subject: Revert to trunk --- lib/common/UnixUser.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/common/UnixUser.cpp') diff --git a/lib/common/UnixUser.cpp b/lib/common/UnixUser.cpp index d0fd337b..df2d0ddd 100644 --- a/lib/common/UnixUser.cpp +++ b/lib/common/UnixUser.cpp @@ -75,7 +75,6 @@ UnixUser::UnixUser(uid_t UID, gid_t GID) // -------------------------------------------------------------------------- UnixUser::~UnixUser() { -#ifndef WIN32 if(mRevertOnDestruction) { // Revert to "real" user and group id of the process @@ -85,7 +84,6 @@ UnixUser::~UnixUser() THROW_EXCEPTION(CommonException, CouldNotRestoreProcessUser) } } -#endif } @@ -100,7 +98,6 @@ UnixUser::~UnixUser() // -------------------------------------------------------------------------- void UnixUser::ChangeProcessUser(bool Temporary) { -#ifndef WIN32 if(Temporary) { // Change temporarily (change effective only) @@ -122,7 +119,6 @@ void UnixUser::ChangeProcessUser(bool Temporary) THROW_EXCEPTION(CommonException, CouldNotChangeProcessUser) } } -#endif } -- cgit v1.2.3