fix: remove obsolete code

This commit is contained in:
Alex Duan 2023-04-13 17:09:43 +08:00
parent eb03a0bb48
commit 1bfeb6669e
1 changed files with 0 additions and 2 deletions

View File

@ -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;