summaryrefslogtreecommitdiff
path: root/utils/SmartPointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/SmartPointer.h')
-rw-r--r--utils/SmartPointer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/SmartPointer.h b/utils/SmartPointer.h
index 1939327..b1b5003 100644
--- a/utils/SmartPointer.h
+++ b/utils/SmartPointer.h
@@ -16,10 +16,6 @@
#ifndef SmartPointer_H_
#define SmartPointer_H_
-#ifdef __GNUG__
-#pragma interface
-#endif
-
#include "cplus_bugs.h"
#include <sys/types.h>
@@ -79,7 +75,6 @@ inline operator DATA* () const { return Data; }
#define PointerClass(SmartClass, DataClass) typedef CcuSmartPointerTo <DataClass> SmartClass;
-
#else /* CPLUS_BUG19 */
#define PointerClass(SmartClass, DataClass) \