delete unused variable

This commit is contained in:
facetosea 2023-11-08 14:28:37 +08:00
parent c3d60989ef
commit ab12d110c0
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ typedef struct {
void* pTransporter;
taos_collector_registry_t* registry;
taos_collector_t* colector;
taos_counter_t* slow_query_counter;
taos_counter_t* select_counter;
SHashObj* counters;
} ClientMonitor;