diff options
author | Richard Nelson <richard@lindenlab.com> | 2009-10-19 23:28:49 +0000 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2009-10-19 23:28:49 +0000 |
commit | 97d2b740d3e700d86665183d5fc5cfcb3efe72d6 (patch) | |
tree | 2988eb6bdfe9e14f7b79d8b39c463f7f5580c3d6 /indra/llcommon | |
parent | 1dd8e76deed13d7260e56c62c986c5daefa5b180 (diff) |
removed unused static string arrays that were bloating our builds
reviewed by Leyla
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lldate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/lldate.h b/indra/llcommon/lldate.h index 2655a2d283..40b5f782d6 100644 --- a/indra/llcommon/lldate.h +++ b/indra/llcommon/lldate.h @@ -162,8 +162,5 @@ std::ostream& operator<<(std::ostream& s, const LLDate& date); std::istream& operator>>(std::istream& s, LLDate& date); -const static std::string weekdays[] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}; - -const static std::string months[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}; #endif // LL_LLDATE_H |