From e4e9497fb07b3668e33e1a79bdcbbf6d504e8ebc Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9=20van=20Geldorp?= Date: Mon, 7 Feb 2005 10:30:14 +0000 Subject: [PATCH] Remove no longer needed hack svn path=/trunk/; revision=13455 --- rosapps/tests/tokentest/tokentest.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rosapps/tests/tokentest/tokentest.c b/rosapps/tests/tokentest/tokentest.c index c8b4e4232cb..f2a50f42a15 100644 --- a/rosapps/tests/tokentest/tokentest.c +++ b/rosapps/tests/tokentest/tokentest.c @@ -356,11 +356,7 @@ CreateInitialSystemToken(HANDLE* phSystemToken) LARGE_INTEGER tkExpiration; -#if 0 /* FIXME */ LUID authId = SYSTEM_LUID; -#else - LUID authId = { 0x3E7, 0x0 }; -#endif TOKEN_SOURCE source = { -- 2.17.1