MAINT-3046 fix test regression from debug llassert accidentally checked in with crash fix

master
Graham Linden 2013-08-23 17:34:30 -07:00
parent 19726783cd
commit f638fc803d
1 changed files with 0 additions and 1 deletions

View File

@ -1980,7 +1980,6 @@ namespace LLInitParam
static bool validate(const Param* p)
{
// valid only if provided
llassert(p);
return static_cast<const self_t*>(p)->isProvided();
}