From 8575634f9547eb4c7aa5fd45d42667d5d935c20f Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:48:48 +0000 Subject: INTEGRATION: CWS jsc21 (1.8.4); FILE MERGED 2008/06/20 11:12:53 jsc 1.8.4.1: #i86349# remove unused methods --- idlc/source/astoperation.cxx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'idlc') diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx index 5fd04ed13b09..144281b47383 100644 --- a/idlc/source/astoperation.cxx +++ b/idlc/source/astoperation.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: astoperation.cxx,v $ - * $Revision: 1.8 $ + * $Revision: 1.9 $ * * This file is part of OpenOffice.org. * @@ -50,16 +50,6 @@ void AstOperation::setExceptions(DeclList const * pExceptions) } } -sal_Bool AstOperation::isVoid() -{ - if ( m_pReturnType && (m_pReturnType->getNodeType() == NT_predefined) ) - { - if ( ((AstBaseType*)m_pReturnType)->getExprType() == ET_void ) - return sal_True; - } - return sal_False; -} - bool AstOperation::isVariadic() const { DeclList::const_iterator i(getIteratorEnd()); return i != getIteratorBegin() -- cgit