Kaydet (Commit) d8636d2f authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: secondfunc unused

üst 74a81051
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment