From 51b0ffd5f25ef6ac2564c75193ae854eb26ea37f Mon Sep 17 00:00:00 2001 From: hjxilinx Date: Sun, 9 Feb 2020 17:17:35 +0800 Subject: [PATCH] refactor codes --- src/inc/tresultBuf.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/inc/tresultBuf.h b/src/inc/tresultBuf.h index 571417439b..a464479af2 100644 --- a/src/inc/tresultBuf.h +++ b/src/inc/tresultBuf.h @@ -19,19 +19,11 @@ typedef struct SQueryResultBuf { int32_t numOfPages; int64_t totalBufSize; int32_t fd; // data file fd - int32_t ifd; // index file fd int32_t allocateId; // allocated page id int32_t incStep; // minimum allocated pages char* pBuf; // mmap buffer pointer char* path; // file path - char* ipath; // index file path - int32_t* pIndexData; // index file data - - char* internBuf; // intern buf - int32_t internfd; // intern fd - char* internpath; - uint32_t numOfAllocGroupIds; // number of allocated id list void* idsTable; // id hash table SIDList* list; // for each id, there is a page id list