From 36645d1c52b2667d28c76f1aa8e2a0e60ad762bc Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Tue, 6 Jan 2009 01:43:21 +0000 Subject: Fix for etch build. Q and I both fixed LLDate by adding an operator!=() but we did it different ways so the two changes didn't cause a commit collision. I'm removing mine in favor of Q's. --- indra/llcommon/lldate.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llcommon/lldate.h') 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); -- cgit v1.2.3