Skip to content
Snippets Groups Projects
Commit 97d2b740 authored by Richard Nelson's avatar Richard Nelson
Browse files

removed unused static string arrays that were bloating our builds

reviewed by Leyla
parent 1dd8e76d
No related branches found
No related tags found
No related merge requests found
...@@ -162,8 +162,5 @@ std::ostream& operator<<(std::ostream& s, const LLDate& date); ...@@ -162,8 +162,5 @@ std::ostream& operator<<(std::ostream& s, const LLDate& date);
std::istream& operator>>(std::istream& s, 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 #endif // LL_LLDATE_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment