Update to build on Xcode 6.0: remove release build unused function

master
callum_linden 2014-10-21 11:38:20 -07:00
parent b89edc5d16
commit ade93d5d19
1 changed files with 1 additions and 4 deletions

View File

@ -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); }