fix compile bug

This commit is contained in:
yihaoDeng 2020-11-16 13:48:11 +00:00
parent 8f46f81f71
commit f4a92907f2
1 changed files with 0 additions and 3 deletions

View File

@ -45,9 +45,6 @@ typedef struct SHistogramInfo {
int32_t maxEntries;
double min;
double max;
double min;
double max;
#if defined(USE_ARRAYLIST)
SHistBin* elems;
#else