fix: remove empty structure for windows compiling

This commit is contained in:
Minglei Jin 2022-06-11 19:15:09 +08:00
parent 1451bd2237
commit 10ac0b1eaf
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ typedef struct SLRUCache SLRUCache;
typedef void (*_taos_lru_deleter_t)(const void *key, size_t keyLen, void *value);
typedef struct LRUHandle {
} LRUHandle;
typedef struct LRUHandle LRUHandle;
typedef enum {
TAOS_LRU_PRIORITY_HIGH,