summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/display/html/hd_docu.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/autodoc/source/display/html/hd_docu.cxx b/autodoc/source/display/html/hd_docu.cxx
index 0e0cb97dd047..c328255d7d6a 100644
--- a/autodoc/source/display/html/hd_docu.cxx
+++ b/autodoc/source/display/html/hd_docu.cxx
@@ -182,8 +182,6 @@ Docu_Display::do_Process(const ary::doc::Documentation & i_rData)
void
Docu_Display::Display_StdTag( const StdTag & i_rData )
{
- csv_assert( uintt(i_rData.Std_Id()) < uintt(ary::info::C_eAtTag_NrOfClasses) );
-
const ary::info::DocuText::TokenList &
rText = i_rData.CText().Tokens();
typedef ary::info::DocuText::TokenList::const_iterator TokenIterator;