This commit is contained in:
yihaoDeng 2023-02-18 08:45:40 +08:00
parent 2fced5c88b
commit a9b6d56425
2 changed files with 0 additions and 6 deletions

View File

@ -12,7 +12,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef USE_UV
#include "transComm.h"
typedef struct SConnList {
@ -2423,4 +2422,3 @@ int64_t transAllocHandle() {
return exh->refId;
}
#endif

View File

@ -12,8 +12,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef USE_UV
#include "transComm.h"
static TdThreadOnce transModuleInit = PTHREAD_ONCE_INIT;
@ -1347,5 +1345,3 @@ _return2:
}
int transGetConnInfo(void* thandle, STransHandleInfo* pConnInfo) { return -1; }
#endif