summaryrefslogtreecommitdiff
path: root/idlc/source/astoperation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/astoperation.cxx')
-rw-r--r--idlc/source/astoperation.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx
index 78c4e452a915..cd6076b1f3a8 100644
--- a/idlc/source/astoperation.cxx
+++ b/idlc/source/astoperation.cxx
@@ -118,9 +118,4 @@ bool AstOperation::dumpBlob(typereg::Writer & rBlob, sal_uInt16 index)
return true;
}
-AstDeclaration* AstOperation::addDeclaration(AstDeclaration* pDecl)
-{
- return AstScope::addDeclaration(pDecl);
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */