Merge pull request #25947 from taosdata/fix/community_compile_issue
compile error
This commit is contained in:
commit
d7ecd98cf9
|
@ -2355,8 +2355,6 @@ _OVER:
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef TD_ENTERPRISE
|
#ifndef TD_ENTERPRISE
|
||||||
int32_t vnodeProcessCompactVnodeReqImpl(SVnode *pVnode, int64_t ver, void *pReq, int32_t len, SRpcMsg *pRsp) {
|
int32_t vnodeAsyncCompact(SVnode *pVnode, int64_t ver, void *pReq, int32_t len, SRpcMsg *pRsp) { return 0; }
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
int32_t tsdbAsyncCompact(STsdb *tsdb, const STimeWindow *tw, bool sync) { return 0; }
|
int32_t tsdbAsyncCompact(STsdb *tsdb, const STimeWindow *tw, bool sync) { return 0; }
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue