summaryrefslogtreecommitdiff
path: root/core/fxcrt/include/fx_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/include/fx_memory.h')
-rw-r--r--core/fxcrt/include/fx_memory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/fxcrt/include/fx_memory.h b/core/fxcrt/include/fx_memory.h
index 53e6b9d1eb..a3eba2fd79 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_