fix: remove empty structure for windows compiling
This commit is contained in:
parent
1451bd2237
commit
10ac0b1eaf
|
@ -26,8 +26,7 @@ typedef struct SLRUCache SLRUCache;
|
||||||
|
|
||||||
typedef void (*_taos_lru_deleter_t)(const void *key, size_t keyLen, void *value);
|
typedef void (*_taos_lru_deleter_t)(const void *key, size_t keyLen, void *value);
|
||||||
|
|
||||||
typedef struct LRUHandle {
|
typedef struct LRUHandle LRUHandle;
|
||||||
} LRUHandle;
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
TAOS_LRU_PRIORITY_HIGH,
|
TAOS_LRU_PRIORITY_HIGH,
|
||||||
|
|
Loading…
Reference in New Issue