forgot to remove friend operator<<

This commit is contained in:
Matej Sekoranja
2014-06-19 21:56:56 +02:00
parent c0c6213c7c
commit 72bf9f76a3

View File

@@ -45,7 +45,6 @@ private:
double period;
bool onList;
friend class Timer;
friend std::ostream& operator<<(std::ostream& o, Timer& timer);
};
class epicsShareClass Timer : public Runnable {