diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-06-07 10:38:26 +0100 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-06-07 10:38:26 +0100 |
commit | 98857880633e03fb4e70dd3e5a0b9ce322b96bdf (patch) | |
tree | 85e1814f1e85dc1db1c83eaac480454383a92f65 /autodoc | |
parent | 27cbc7d655db6b7f6f7bee05ff0feeaf69ef9683 (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.cxx | 2 |
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; |