diff options
author | Graham Linden <graham@lindenlab.com> | 2013-08-23 17:34:30 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-08-23 17:34:30 -0700 |
commit | f638fc803dbd53985253237efb12b1707f42d49d (patch) | |
tree | d1f35f9132a325b1a4728029948b2018d2163204 /indra | |
parent | 19726783cddb0ac3d34a510c083976e6f9661b49 (diff) |
MAINT-3046 fix test regression from debug llassert accidentally checked in with crash fix
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcommon/llinitparam.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llinitparam.h b/indra/llcommon/llinitparam.h index b3b56321d3..03ab0fb67f 100755 --- a/indra/llcommon/llinitparam.h +++ b/indra/llcommon/llinitparam.h @@ -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(); } |