summaryrefslogtreecommitdiff
path: root/source/core/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/common.h')
-rw-r--r--source/core/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/core/common.h b/source/core/common.h
index ac8456009..25e85dc66 100644
--- a/source/core/common.h
+++ b/source/core/common.h
@@ -20,12 +20,6 @@ namespace Slang
#else
typedef int PtrInt;
#endif
- class Object
- {
- public:
- virtual ~Object()
- {}
- };
template <typename T>
inline T&& _Move(T & obj)