From 92e39de8bebe3ec1345977737162bd089d66520c Mon Sep 17 00:00:00 2001 From: wxyu Date: Thu, 10 Oct 2019 15:12:54 +0800 Subject: [PATCH] MS-626 Refactor DataObj to support cache any type data Former-commit-id: 4833ed21851689b234ab513de0929a25ae1ee941 --- cpp/src/cache/DataObj.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/src/cache/DataObj.h b/cpp/src/cache/DataObj.h index abd504f5..e9c45a48 100644 --- a/cpp/src/cache/DataObj.h +++ b/cpp/src/cache/DataObj.h @@ -27,7 +27,6 @@ class DataObj { public: virtual int64_t Size() = 0; - }; using DataObjPtr = std::shared_ptr; -- GitLab