more code
This commit is contained in:
parent
f8a0dc8fe0
commit
b048c597dc
|
@ -24,7 +24,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct SMetaIdx SMetaIdx;
|
|
||||||
typedef struct SMetaDB SMetaDB;
|
typedef struct SMetaDB SMetaDB;
|
||||||
typedef struct SMetaCache SMetaCache;
|
typedef struct SMetaCache SMetaCache;
|
||||||
|
|
||||||
|
@ -103,8 +102,6 @@ struct SMeta {
|
||||||
// stream
|
// stream
|
||||||
TTB* pStreamDb;
|
TTB* pStreamDb;
|
||||||
|
|
||||||
SMetaIdx* pIdx;
|
|
||||||
|
|
||||||
SMetaCache* pCache;
|
SMetaCache* pCache;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue