summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-09 21:37:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-09 21:37:22 +0100
commita1959d05b8531abc24edb9b9cc42c29e8412ba76 (patch)
tree96d55ce5790f16c7460f15eab78d9fcfa1611075
parentb1650ae0aadaaa5d4c13fb34957b48112e69105b (diff)
Remove irrelevant SAL_INFOs
Change-Id: Ieb58ed113c6a3e85a806ec57a6557e2d37bf9b06
-rw-r--r--include/sal/log-areas.dox4
-rw-r--r--testtools/source/bridgetest/cppobj.cxx5
2 files changed, 0 insertions, 9 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index b1bdf59ee67e..a1b3418ee373 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -412,10 +412,6 @@ certain functionality.
@li @c stoc.corerefl - CoreReflection
-@section testtools
-
-@li @c testtools
-
@section VCL
@li @c vcl
diff --git a/testtools/source/bridgetest/cppobj.cxx b/testtools/source/bridgetest/cppobj.cxx
index bcfa65ab3e3e..ad3fd185b97c 100644
--- a/testtools/source/bridgetest/cppobj.cxx
+++ b/testtools/source/bridgetest/cppobj.cxx
@@ -151,10 +151,6 @@ public:
m_bFirstCall( true ),
m_bSequenceOfCallTestPassed( true )
{}
- virtual ~Test_Impl() override
- {
- SAL_INFO("testtools", "> scalar Test_Impl dtor <" );
- }
void SAL_CALL acquire() throw () override
{
@@ -683,7 +679,6 @@ void dothrow(const RuntimeException& e)
Any a( getCaughtException() );
RuntimeException exc;
OSL_VERIFY( a >>= exc );
- SAL_INFO("testtools", exc.Message );
}
catch (...) // never throws anything
{