diff options
Diffstat (limited to 'indra/llcommon/lldate.cpp')
-rw-r--r-- | indra/llcommon/lldate.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llcommon/lldate.cpp b/indra/llcommon/lldate.cpp index ff1b6c5334..3e0b9e7864 100644 --- a/indra/llcommon/lldate.cpp +++ b/indra/llcommon/lldate.cpp @@ -237,11 +237,6 @@ void LLDate::secondsSinceEpoch(F64 seconds) mSecondsSinceEpoch = seconds; } -bool operator!=(const LLDate& first, const LLDate& second) -{ - return (first.secondsSinceEpoch() != second.secondsSinceEpoch()); -} - /* static */ LLDate LLDate::now() { // time() returns seconds, we want fractions of a second, which LLTimer provides --RN |