summaryrefslogtreecommitdiff
path: root/sal/qa/osl/security
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/security')
-rw-r--r--sal/qa/osl/security/osl_Security.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx
index 14e339e027ef..15089c3c5a6b 100644
--- a/sal/qa/osl/security/osl_Security.cxx
+++ b/sal/qa/osl/security/osl_Security.cxx
@@ -31,16 +31,6 @@
using namespace osl;
using namespace rtl;
-// helper functions and classes
-
-/** print Boolean value.
-*/
-inline void printBool( bool bOk )
-{
- //t_print("#printBool# " );
- bOk ? t_print("TRUE!\n" ): t_print("FALSE!\n" );
-}
-
/** print a UNI_CODE String.
*/
inline void printUString( const ::rtl::OUString & str )