summaryrefslogtreecommitdiff
path: root/idlc/inc/astoperation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astoperation.hxx')
-rw-r--r--idlc/inc/astoperation.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/inc/astoperation.hxx b/idlc/inc/astoperation.hxx
index 85b12c8321d0..a4837cbe5ab0 100644
--- a/idlc/inc/astoperation.hxx
+++ b/idlc/inc/astoperation.hxx
@@ -42,8 +42,6 @@ public:
bool isConstructor() const { return m_pReturnType == nullptr; }
void setExceptions(DeclList const * pExceptions);
- sal_uInt16 nExceptions()
- { return (sal_uInt16)(m_exceptions.size()); }
bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index);