diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-10 14:24:45 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-10 14:24:45 +0300 |
commit | 4392b6ad246b7c54aad1da8155271932f012cbc2 (patch) | |
tree | 13b1e77e84209ce0cc1283cc02e420fbc0b2203b | |
parent | ec098ad49f7a4945817c5310f2d250ab13fc85ca (diff) |
aTestSec is not used anywhere
-rw-r--r-- | sal/qa/osl/security/osl_Security_Const.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/qa/osl/security/osl_Security_Const.h b/sal/qa/osl/security/osl_Security_Const.h index 74e068e25..9298324a5 100644 --- a/sal/qa/osl/security/osl_Security_Const.h +++ b/sal/qa/osl/security/osl_Security_Const.h @@ -63,7 +63,6 @@ const char pTestString[17] = "Sun Microsystems"; //------------------------------------------------------------------------ // condition names //------------------------------------------------------------------------ -OSLTEST_DECLARE_USTRING( TestSec, "testsecurity" ); OSLTEST_DECLARE_USTRING( NullURL, "" ); ::rtl::OUString aLogonUser( aNullURL ), aLogonPasswd( aNullURL ), aFileServer( aNullURL ), aStringForward( aNullURL ); |