summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Hawkins <n.hawkins@gmx.com>2011-06-07 10:38:26 +0100
committerNigel Hawkins <n.hawkins@gmx.com>2011-06-07 10:38:26 +0100
commit053d3d6b3ab5d76c2b4b7b225718da5d01a75708 (patch)
treeca850d16357c43ab041a9acdeb4390ebb9e47fda
parent6cdd3989638be9c72bd76a30ff9a9e492d3cd1c3 (diff)
Remove assert that caused a build error.
Actual error was: comparison is always true due to limited range of data type
-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 7a5e73d9..29265734 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;