MAINT-3046 fix test regression from debug llassert accidentally checked in with crash fix
parent
19726783cd
commit
f638fc803d
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue