diff --git a/source/common/src/tmsg.c b/source/common/src/tmsg.c index be966b7b13..b910557019 100644 --- a/source/common/src/tmsg.c +++ b/source/common/src/tmsg.c @@ -45,8 +45,6 @@ #define ENCODESQL() \ do { \ if (pReq->sqlLen > 0 && pReq->sql != NULL){ \ - if (tEncodeI32(&encoder, pReq->sqlLen) < 0) return -1; \ - if (tEncodeCStr(&encoder, pReq->sql) < 0) return -1; \ } \ } while (0)