summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/Time.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/Time.h b/utils/Time.h
index 58718c0..19b0648 100644
--- a/utils/Time.h
+++ b/utils/Time.h
@@ -15,9 +15,7 @@
#ifndef Time_H_
#define Time_H_
-#ifdef __GNUG__
-#pragma interface
-#endif
+
#include "cplus_bugs.h"
@@ -32,7 +30,6 @@ inline operator Millisecond () const { return Value; }
const char* AsString () const;
};
-
class CcuTime {
protected:
Millisecond Offset;