From caea4f84b7712f01a3682385bb9c6a98766a57e5 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 29 Jul 2024 08:51:23 +0800 Subject: [PATCH] refactor transport --- source/libs/transport/src/transCli.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 2d3827ee56..b51964083f 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -3166,6 +3166,5 @@ int64_t transAllocHandle() { QUEUE_INIT(&exh->q); taosInitRWLatch(&exh->latch); tDebug("pre alloc refId %" PRId64 "", exh->refId); - return exh->refId; }