chore: code optimization
This commit is contained in:
parent
36a3a035b0
commit
c2d28a208e
|
@ -21,7 +21,7 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "sync.h"
|
#include "sync.h"
|
||||||
#include "taosdef.h"
|
#include "tglobal.h"
|
||||||
#include "trpc.h"
|
#include "trpc.h"
|
||||||
#include "ttimer.h"
|
#include "ttimer.h"
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#include "syncSnapshot.h"
|
#include "syncSnapshot.h"
|
||||||
#include "syncUtil.h"
|
#include "syncUtil.h"
|
||||||
#include "syncVoteMgr.h"
|
#include "syncVoteMgr.h"
|
||||||
#include "tglobal.h"
|
|
||||||
|
|
||||||
static int64_t tsLogBufferMemoryUsed = 0; // total bytes of vnode log buffer
|
static int64_t tsLogBufferMemoryUsed = 0; // total bytes of vnode log buffer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue