summaryrefslogtreecommitdiff
path: root/salhelper/test/rtti/samplelibrtti.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/test/rtti/samplelibrtti.cxx')
-rw-r--r--salhelper/test/rtti/samplelibrtti.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/salhelper/test/rtti/samplelibrtti.cxx b/salhelper/test/rtti/samplelibrtti.cxx
index 26b4a68e1..e3cec9118 100644
--- a/salhelper/test/rtti/samplelibrtti.cxx
+++ b/salhelper/test/rtti/samplelibrtti.cxx
@@ -16,10 +16,6 @@ void MyClassA::funcC()
{
}
-void MyClassA::funcD()
-{
-}
-
// MyClassB ===============================================================
void MyClassB::funcA()
{
@@ -35,8 +31,4 @@ void MyClassB::funcC()
{
}
-void MyClassB::funcD()
-{
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */