Update to build on Xcode 6.0: remove release build unused function
parent
b89edc5d16
commit
ade93d5d19
|
|
@ -789,10 +789,7 @@ namespace
|
|||
{
|
||||
inline LLSD::Impl& safe(LLSD::Impl* impl)
|
||||
{ return LLSD::Impl::safe(impl); }
|
||||
|
||||
inline const LLSD::Impl& safe(const LLSD::Impl* impl)
|
||||
{ return LLSD::Impl::safe(impl); }
|
||||
|
||||
|
||||
inline ImplMap& makeMap(LLSD::Impl*& var)
|
||||
{ return safe(var).makeMap(var); }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue