removed unused static string arrays that were bloating our builds

reviewed by Leyla
master
Richard Nelson 2009-10-19 23:28:49 +00:00
parent 1dd8e76dee
commit 97d2b740d3
1 changed files with 0 additions and 3 deletions

View File

@ -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