fix compile bug
This commit is contained in:
parent
8f46f81f71
commit
f4a92907f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue