[Libreoffice-commits] .: sal/qa
Caolán McNamara
caolan at kemper.freedesktop.org
Sun Jul 3 04:48:37 PDT 2011
sal/qa/osl/module/osl_Module_DLL.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 194ad6992b6871d2dbc750e22155850461e61038
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Jul 3 12:48:32 2011 +0100
callcatcher: secondfunc unused
diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx
index aa436a3..fa4cdaf 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: */
More information about the Libreoffice-commits
mailing list