summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-03 12:48:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-03 12:48:32 +0100
commitd8636d2f8e9c0398d3909f20f22d0e783d7061d5 (patch)
treed11b82d67e9f4e862c3ed32fb00c041eebc2e198 /sal
parent74a81051491726e5625e36bd986ecc483a610a61 (diff)
callcatcher: secondfunc unused
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/module/osl_Module_DLL.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx
index 04c46143f809..8dd3ba900870 100644
--- a/sal/qa/osl/module/osl_Module_DLL.cxx
+++ b/sal/qa/osl/module/osl_Module_DLL.cxx
@@ -43,9 +43,5 @@ extern "C" sal_Bool SAL_CALL firstfunc( sal_Bool bRes )
{
return ( bRes = sal_True );
}
-extern "C" void SAL_CALL secondfunc()
-{
- printf("second func called.\n");
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */