fix compile bug
This commit is contained in:
parent
8f46f81f71
commit
f4a92907f2
|
@ -45,9 +45,6 @@ typedef struct SHistogramInfo {
|
||||||
int32_t maxEntries;
|
int32_t maxEntries;
|
||||||
double min;
|
double min;
|
||||||
double max;
|
double max;
|
||||||
|
|
||||||
double min;
|
|
||||||
double max;
|
|
||||||
#if defined(USE_ARRAYLIST)
|
#if defined(USE_ARRAYLIST)
|
||||||
SHistBin* elems;
|
SHistBin* elems;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue