diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-13 14:20:15 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-13 14:20:15 +0000 |
commit | 66298ab6b6ffdf9a3694a0b9fd678ac382519b0a (patch) | |
tree | b9ab6dff180781de84d59ea70954fe3568d516f3 /indra/llxuixml | |
parent | 45ea2bbd1e74be1d5158d3e38986f00cc53f0236 (diff) |
Bah, can't use llassert in llxuiparser.
Diffstat (limited to 'indra/llxuixml')
-rw-r--r-- | indra/llxuixml/llxuiparser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llxuixml/llxuiparser.cpp b/indra/llxuixml/llxuiparser.cpp index 705e7137c2..dbc20a5a1e 100644 --- a/indra/llxuixml/llxuiparser.cpp +++ b/indra/llxuixml/llxuiparser.cpp @@ -324,7 +324,6 @@ void LLXUIXSDWriter::writeXSD(const std::string& type_name, const std::string& p // add includes for all possible children const std::type_info* type = *LLWidgetTypeRegistry::instance().getValue(type_name); const widget_registry_t* widget_registryp = LLChildRegistryRegistry::instance().getValue(type); - llassert(widget_registryp); // add choices for valid children if (widget_registryp) |