diff options
author | Rider Linden <rider@lindenlab.com> | 2015-06-09 13:06:09 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-06-09 13:06:09 -0700 |
commit | aba8d5e488d771f3d30ee75f0fbca30747adb7d1 (patch) | |
tree | 010b51485e9b32a0a9a39c8d9da948eaff4c2bb3 /indra/llmessage/llavatarnamecache.cpp | |
parent | cf4fec954ca46a139465144ccc3888b8fc7d41da (diff) |
Removed homelocation responder (rolled into llagent)
Removed sdhandler from llagent.
Removed unused values from llacountingccostmgr
Fixed smart pontier creation in llfacebook
Diffstat (limited to 'indra/llmessage/llavatarnamecache.cpp')
-rwxr-xr-x | indra/llmessage/llavatarnamecache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarnamecache.cpp b/indra/llmessage/llavatarnamecache.cpp index 5d9daca37a..e4b8642c4d 100755 --- a/indra/llmessage/llavatarnamecache.cpp +++ b/indra/llmessage/llavatarnamecache.cpp @@ -135,7 +135,6 @@ namespace LLAvatarNameCache // Erase expired names from cache void eraseUnrefreshed(); - //bool expirationFromCacheControl(LLCore::HttpHeaders *headers, F64 *expires); bool expirationFromCacheControl(const LLSD& headers, F64 *expires); // This is a coroutine. The only parameter that can be specified as a reference is the self |