summaryrefslogtreecommitdiff
path: root/autodoc
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
commit98857880633e03fb4e70dd3e5a0b9ce322b96bdf (patch)
tree85e1814f1e85dc1db1c83eaac480454383a92f65 /autodoc
parent27cbc7d655db6b7f6f7bee05ff0feeaf69ef9683 (diff)
Remove assert that caused a build error.
Actual error was: comparison is always true due to limited range of data type
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;