Index: core/fxcrt/include/fx_memory.h |
diff --git a/core/fxcrt/include/fx_memory.h b/core/fxcrt/include/fx_memory.h |
index 53e6b9d1eb61a118afe8867e915cf4b48eed2199..a3eba2fd79baa42a325333a445c9278c7571b49c 100644 |
--- a/core/fxcrt/include/fx_memory.h |
+++ b/core/fxcrt/include/fx_memory.h |
@@ -107,11 +107,6 @@ std::unique_ptr<T> WrapUnique(T* ptr) { |
return std::unique_ptr<T>(ptr); |
} |
-class CFX_Deletable { |
- public: |
- virtual ~CFX_Deletable() {} |
-}; |
- |
#endif // __cplusplus |
#endif // CORE_FXCRT_INCLUDE_FX_MEMORY_H_ |