summaryrefslogtreecommitdiff
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
commit194ad6992b6871d2dbc750e22155850461e61038 (patch)
tree8b9ed5ca38ae546cff7d6b2c4fdb8405e7303dae
parent0e89696fa149d9cb3ce7cedb6eaed42598979cb3 (diff)
callcatcher: secondfunc unused
-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 aa436a354..fa4cdaf82 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: */