Skip to content
Snippets Groups Projects
Commit ade93d5d authored by callum_linden's avatar callum_linden
Browse files

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

parent b89edc5d
No related branches found
No related tags found
No related merge requests found
...@@ -789,10 +789,7 @@ namespace ...@@ -789,10 +789,7 @@ namespace
{ {
inline LLSD::Impl& safe(LLSD::Impl* impl) inline LLSD::Impl& safe(LLSD::Impl* impl)
{ return LLSD::Impl::safe(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) inline ImplMap& makeMap(LLSD::Impl*& var)
{ return safe(var).makeMap(var); } { return safe(var).makeMap(var); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment