Commit 08579092 authored by 王翔宇's avatar 王翔宇
Browse files

MS-626 Refactor DataObj to support cache any type data


Former-commit-id: 413dbe63c180438cbefdce6b42db54a21f958c70
parent 761d0e12
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ class DataObj {
 public:
    virtual int64_t
    Size() = 0;

};

using DataObjPtr = std::shared_ptr<DataObj>;