From 10ac0b1eaff6da3fe022b0a5070cb9ff52d21cee Mon Sep 17 00:00:00 2001 From: Minglei Jin Date: Sat, 11 Jun 2022 19:15:09 +0800 Subject: [PATCH] fix: remove empty structure for windows compiling --- include/util/tlrucache.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/util/tlrucache.h b/include/util/tlrucache.h index 9effab8591..5aee50c42a 100644 --- a/include/util/tlrucache.h +++ b/include/util/tlrucache.h @@ -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,