delete redundancy code
This commit is contained in:
parent
289ede045e
commit
d1d1b4c80a
|
@ -236,10 +236,6 @@ void taos_cleanup(void) {
|
||||||
|
|
||||||
if (tscEmbedded == 0) rpcCleanup();
|
if (tscEmbedded == 0) rpcCleanup();
|
||||||
|
|
||||||
if (tscEmbedded == 0) {
|
|
||||||
rpcCleanup();
|
|
||||||
}
|
|
||||||
|
|
||||||
p = tscTmr;
|
p = tscTmr;
|
||||||
tscTmr = NULL;
|
tscTmr = NULL;
|
||||||
taosTmrCleanUp(p);
|
taosTmrCleanUp(p);
|
||||||
|
|
Loading…
Reference in New Issue