delete unused variable
This commit is contained in:
parent
c3d60989ef
commit
ab12d110c0
|
@ -30,8 +30,6 @@ typedef struct {
|
||||||
void* pTransporter;
|
void* pTransporter;
|
||||||
taos_collector_registry_t* registry;
|
taos_collector_registry_t* registry;
|
||||||
taos_collector_t* colector;
|
taos_collector_t* colector;
|
||||||
taos_counter_t* slow_query_counter;
|
|
||||||
taos_counter_t* select_counter;
|
|
||||||
SHashObj* counters;
|
SHashObj* counters;
|
||||||
} ClientMonitor;
|
} ClientMonitor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue