removed an assertion that really isn't needed

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401350
This commit is contained in:
David Anderson 2007-08-16 14:58:25 +00:00
parent ed5b455e8e
commit eb6ede7cef

View File

@ -994,7 +994,6 @@ IPluginFunction *BaseContext::GetFunctionById(funcid_t func_id)
pFunc = m_priv_funcs[func_id]; pFunc = m_priv_funcs[func_id];
} }
#endif #endif
assert(false);
} }
return pFunc; return pFunc;