From 97d2b740d3e700d86665183d5fc5cfcb3efe72d6 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Mon, 19 Oct 2009 23:28:49 +0000 Subject: removed unused static string arrays that were bloating our builds reviewed by Leyla --- indra/llcommon/lldate.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llcommon') 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 -- cgit v1.2.3