提交 67bc02d4 编写于 作者: H Hongze Cheng

refact

上级 2030bdab
......@@ -56,16 +56,6 @@ int tdbEnvClose(STEnv *pEnv) {
return 0;
}
int tdbEnvBegin(STEnv *pEnv) {
// TODO
return 0;
}
int tdbEnvCommit(STEnv *pEnv) {
// TODO
return 0;
}
#if 0
struct STDbEnv {
char * rootDir; // root directory of the environment
......
......@@ -25,9 +25,6 @@ typedef struct STEnv STEnv;
int tdbEnvOpen(const char *rootDir, int pageSize, int cacheSize, STEnv **ppEnv);
int tdbEnvClose(STEnv *pEnv);
int tdbEnvBegin(STEnv *pEnv);
int tdbEnvCommit(STEnv *pEnv);
#ifdef __cplusplus
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册