aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lldate.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/lldate.h')
-rw-r--r--linden/indra/llcommon/lldate.h5
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
159std::istream& operator>>(std::istream& s, LLDate& date); 159std::istream& operator>>(std::istream& s, LLDate& date);
160 160
161
162const static std::string weekdays[] = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"};
163
164const 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