From 96864b27e9fe38fdfec5243b7309bc11fceb48f3 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Fri, 17 Feb 2023 09:41:01 +0800 Subject: [PATCH] rm invalid file --- source/dnode/mnode/impl/inc/mndIdx.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 source/dnode/mnode/impl/inc/mndIdx.h diff --git a/source/dnode/mnode/impl/inc/mndIdx.h b/source/dnode/mnode/impl/inc/mndIdx.h deleted file mode 100644 index 4197e929d5..0000000000 --- a/source/dnode/mnode/impl/inc/mndIdx.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef _TD_MND_IDX_H_ -#define _TD_MND_IDX_H_ - -#include "mndInt.h" - -#ifdef __cplusplus -extern "C" { -#endif - -int32_t mndInitIdx(SMnode *pMnode); -void mndCleanupIdx(SMnode *pMnode); -SIdxObj *mndAcquireIdx(SMnode *pMnode, char *Name); -void mndReleaseIdx(SMnode *pMnode, SIdxObj *pSma); -int32_t mndDropIdxsByStb(SMnode *pMnode, STrans *pTrans, SDbObj *pDb, SStbObj *pStb); -int32_t mndDropIdxsByDb(SMnode *pMnode, STrans *pTrans, SDbObj *pDb); -int32_t mndGetTableIdx(SMnode *pMnode, char *tbFName, STableIndexRsp *rsp, bool *exist); - -#ifdef __cplusplus -} -#endif - -#endif /*_TD_MND_IDX_H_*/ \ No newline at end of file