summaryrefslogtreecommitdiff
path: root/sal/qa/osl/security
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-04 08:49:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-04 10:05:57 +0200
commit883844f21af50f2a395fddc6fe86fdced6832c14 (patch)
tree2d0f1b30fa1850d96e31cdba46c5d5a90dd69de0 /sal/qa/osl/security
parent9573cd63698a92c5d7b87725ec239d938f897133 (diff)
Remove dead test code
Change-Id: Id03246fa9eefce718c36d73f84875f26d58caeba
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 )