From d8636d2f8e9c0398d3909f20f22d0e783d7061d5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 3 Jul 2011 12:48:32 +0100 Subject: callcatcher: secondfunc unused --- sal/qa/osl/module/osl_Module_DLL.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sal') 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: */ -- cgit