summaryrefslogtreecommitdiff
path: root/utils/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Timer.h')
-rw-r--r--utils/Timer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/Timer.h b/utils/Timer.h
index 733a443..367a320 100644
--- a/utils/Timer.h
+++ b/utils/Timer.h
@@ -15,11 +15,6 @@
#ifndef Timer_H_
#define Timer_H_
-#ifdef __GNUG__
-#pragma interface
-#endif
-
-
#include "cplus_bugs.h"
#include "bool.h"
#include "Time.h"
@@ -50,8 +45,6 @@ inline ~CcuTimerSet () {}
inline bool IsEmpty () const { return bool (FirstTimer == 0); }
};
-
-
class CcuCoreTimer {
friend class CcuTimerSet;
public: