diff options
author | Richard Linden <none@none> | 2013-06-05 20:25:21 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-06-05 20:25:21 -0700 |
commit | 042b7aec26905cdfded007d6507abccb44947d8a (patch) | |
tree | 5824f54f646daddadb0514cf9620309efeaaa24c /indra/llcommon | |
parent | 702bd5107a71aa3ac7c779a1e2ff0eaa53161e13 (diff) |
BUILDFIX: fixed llviewerassetstats test and render2dutils changes
that were dropped in merge
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/llinitparam.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/llinitparam.h b/indra/llcommon/llinitparam.h index a32557b4ac..879ea4fe2a 100755 --- a/indra/llcommon/llinitparam.h +++ b/indra/llcommon/llinitparam.h @@ -1429,7 +1429,6 @@ namespace LLInitParam { bool serialized = false; const self_t& typed_param = static_cast<const self_t&>(param); - if (!typed_param.isProvided()) return false; LLPredicate::Value<ESerializePredicates> predicate; @@ -1686,7 +1685,6 @@ namespace LLInitParam { bool serialized = false; const self_t& typed_param = static_cast<const self_t&>(param); - if (!typed_param.isProvided()) return false; LLPredicate::Value<ESerializePredicates> predicate; predicate.set(REQUIRED, typed_param.mMinCount > 0); |