diff options
author | Aleric Inglewood | 2010-09-28 03:06:39 +0200 |
---|---|---|
committer | McCabe Maxsted | 2010-10-01 20:38:10 -0700 |
commit | cf47ba8754b6a8928efed885913ccbca5fad77a8 (patch) | |
tree | d96308e9acaa6e3dfc2f2463ba0912e7a3abdba9 /linden/indra/llcommon/lldate.h | |
parent | RED-554: SNOW-623: Add support for boost 1.42 (diff) | |
download | meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.zip meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.gz meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.bz2 meta-impy-cf47ba8754b6a8928efed885913ccbca5fad77a8.tar.xz |
RED-556: SNOW-800: Massively duplicated objects
See http://redmine.imprudenceviewer.org/issues/556
Diffstat (limited to 'linden/indra/llcommon/lldate.h')
-rw-r--r-- | linden/indra/llcommon/lldate.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/llcommon/lldate.h b/linden/indra/llcommon/lldate.h index 7cc9c8a..5e1a491 100644 --- a/linden/indra/llcommon/lldate.h +++ b/linden/indra/llcommon/lldate.h | |||
@@ -158,9 +158,4 @@ std::ostream& operator<<(std::ostream& s, const LLDate& date); | |||
158 | // Helper function to stream in a date | 158 | // Helper function to stream in a date |
159 | std::istream& operator>>(std::istream& s, LLDate& date); | 159 | std::istream& operator>>(std::istream& s, LLDate& date); |
160 | 160 | ||
161 | |||
162 | const static std::string weekdays[] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}; | ||
163 | |||
164 | const static std::string months[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}; | ||
165 | |||
166 | #endif // LL_LLDATE_H | 161 | #endif // LL_LLDATE_H |