summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/doc/d_oldcppdocu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/doc/d_oldcppdocu.cxx')
-rw-r--r--autodoc/source/ary/doc/d_oldcppdocu.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/autodoc/source/ary/doc/d_oldcppdocu.cxx b/autodoc/source/ary/doc/d_oldcppdocu.cxx
index f29f93c99058..26aee0059f61 100644
--- a/autodoc/source/ary/doc/d_oldcppdocu.cxx
+++ b/autodoc/source/ary/doc/d_oldcppdocu.cxx
@@ -329,23 +329,11 @@ OldCppDocu::IsInterface() const
return bIsInterface;
}
-
-const OldCppDocu &
-OldCppDocu::Null_()
-{
- static const OldCppDocu
- aNull_;
- return aNull_;
-}
-
void
OldCppDocu::do_Accept(csv::ProcessorIfc & io_processor) const
{
csv::CheckedCall(io_processor, *this);
}
-
-
-
} // namespace doc
} // namespace ary