diff options
author | James Cook <james@lindenlab.com> | 2010-05-11 17:27:14 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-11 17:27:14 -0700 |
commit | 5aa8b5d37eb6824865d09af248aa9d9d518daeb9 (patch) | |
tree | f8b4b43b30001a6d7968a0b557cd8ab530c15d95 /indra/newview/lldateutil.h | |
parent | e2deaf5a14a01020afe4240f33e438a0676ba0ec (diff) |
Clean up merge, dueling LLDateUtil refactoring
Diffstat (limited to 'indra/newview/lldateutil.h')
-rw-r--r-- | indra/newview/lldateutil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/lldateutil.h b/indra/newview/lldateutil.h index a2bfa11ce7..8d41eea511 100644 --- a/indra/newview/lldateutil.h +++ b/indra/newview/lldateutil.h @@ -69,12 +69,12 @@ namespace LLDateUtil std::string ageFromDate(const std::string& date_string); // As above, for YYYY-MM-DD dates - std::string ageFromDateISO(const std::string& date_string, const LLDate& now); + //std::string ageFromDateISO(const std::string& date_string, const LLDate& now); // Calls the above with LLDate::now() - std::string ageFromDateISO(const std::string& date_string); + //std::string ageFromDateISO(const std::string& date_string); - std::string ageFromDate(S32 born_year, S32 born_month, S32 born_day, const LLDate& now); + //std::string ageFromDate(S32 born_year, S32 born_month, S32 born_day, const LLDate& now); } #endif |