MS-626 Refactor DataObj to support cache any type data

Former-commit-id: 4833ed21851689b234ab513de0929a25ae1ee941
pull/191/head
wxyu 2019-10-10 15:12:54 +08:00
parent 14685f77d2
commit 92e39de8be
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class DataObj {
public:
virtual int64_t
Size() = 0;
};
using DataObjPtr = std::shared_ptr<DataObj>;