From eb6ede7cef7ede97395d0893f34cfbfd088d3c6a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 16 Aug 2007 14:58:25 +0000 Subject: [PATCH] removed an assertion that really isn't needed --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401350 --- core/vm/sp_vm_basecontext.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/vm/sp_vm_basecontext.cpp b/core/vm/sp_vm_basecontext.cpp index d88cad03..51351e46 100644 --- a/core/vm/sp_vm_basecontext.cpp +++ b/core/vm/sp_vm_basecontext.cpp @@ -994,7 +994,6 @@ IPluginFunction *BaseContext::GetFunctionById(funcid_t func_id) pFunc = m_priv_funcs[func_id]; } #endif - assert(false); } return pFunc;