refact
This commit is contained in:
parent
2030bdabb8
commit
67bc02d429
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue