diff options
Diffstat (limited to 'indra/llcommon/lldate.h')
-rw-r--r-- | indra/llcommon/lldate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcommon/lldate.h b/indra/llcommon/lldate.h index b660f9fcdd..b853196f71 100644 --- a/indra/llcommon/lldate.h +++ b/indra/llcommon/lldate.h @@ -143,9 +143,6 @@ private: F64 mSecondsSinceEpoch; }; -// this operator required for tut -bool operator!=(const LLDate& first, const LLDate& second); - // Helper function to stream out a date std::ostream& operator<<(std::ostream& s, const LLDate& date); |