From b1c385870a7d7c6a2c57b9d5ee9ef31203c2df0b Mon Sep 17 00:00:00 2001 From: sb Date: Fri, 13 Nov 2009 11:04:06 +0100 Subject: sb116: #i106845# removed obsolete IRIX port --- autodoc/source/parser/cpp/c_rcode.cxx | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'autodoc/source/parser') diff --git a/autodoc/source/parser/cpp/c_rcode.cxx b/autodoc/source/parser/cpp/c_rcode.cxx index e8f688168d3f..dd62dbbae2e5 100644 --- a/autodoc/source/parser/cpp/c_rcode.cxx +++ b/autodoc/source/parser/cpp/c_rcode.cxx @@ -42,27 +42,6 @@ #include #include "pe_file.hxx" -#ifdef IRIX -// see i19418 incomplete type for cpp::PE_Namespace -#include "pe_namsp.hxx" -#include "pe_ignor.hxx" -#include "pe_defs.hxx" -#include "pe_vafu.hxx" -#include "pe_tydef.hxx" -#include "pe_tpltp.hxx" -#include "pe_type.hxx" -#include "pe_vari.hxx" -#include "pe_funct.hxx" -#include "pe_enum.hxx" -#include "pe_param.hxx" -#include "pe_class.hxx" -#include "pe_expression.hxx" -#include "pe_base.hxx" -#include "pe_enum.hxx" -#include "pe_enval.hxx" -#endif - - const uintt C_nNO_TRY = uintt(-1); -- cgit