From 1bfeb6669eb672ee7a162e772e29e2b5ac364865 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 13 Apr 2023 17:09:43 +0800 Subject: [PATCH] fix: remove obsolete code --- tools/shell/src/shellEngine.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/shell/src/shellEngine.c b/tools/shell/src/shellEngine.c index f16ac919b9..d13ed0c0a8 100644 --- a/tools/shell/src/shellEngine.c +++ b/tools/shell/src/shellEngine.c @@ -506,8 +506,6 @@ void shellPrintNChar(const char *str, int32_t length, int32_t width) { } } -#define FLOAT_NORMAL_MIN -100000000 -#define FLOAT_NORMAL_MAX 100000000 void shellPrintField(const char *val, TAOS_FIELD *field, int32_t width, int32_t length, int32_t precision) { if (val == NULL) { int32_t w = width; -- GitLab