From 0024a22b4a793630a1a8e8d85c4525c7b82a3ed7 Mon Sep 17 00:00:00 2001 From: weili Date: Sun, 24 Jul 2016 08:26:49 -0700 Subject: Remove CFX_Deletable Change the last use of CFX_Deletable to its actual type and remove the use of CFX_Deletable. Review-Url: https://codereview.chromium.org/2178613002 --- core/fxcrt/include/fx_memory.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/fxcrt/include') 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 WrapUnique(T* ptr) { return std::unique_ptr(ptr); } -class CFX_Deletable { - public: - virtual ~CFX_Deletable() {} -}; - #endif // __cplusplus #endif // CORE_FXCRT_INCLUDE_FX_MEMORY_H_ -- cgit v1.2.3