more code

This commit is contained in:
Hongze Cheng 2025-02-24 14:41:56 +08:00
parent f8a0dc8fe0
commit b048c597dc
1 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@
extern "C" {
#endif
typedef struct SMetaIdx SMetaIdx;
typedef struct SMetaDB SMetaDB;
typedef struct SMetaCache SMetaCache;
@ -103,8 +102,6 @@ struct SMeta {
// stream
TTB* pStreamDb;
SMetaIdx* pIdx;
SMetaCache* pCache;
};