diff --git a/src/query/inc/qHistogram.h b/src/query/inc/qHistogram.h index e3aa966464252e81c473c923f96e0542d3314617..442e61750b06d269ef48c5e74ede7646f7ac62e1 100644 --- a/src/query/inc/qHistogram.h +++ b/src/query/inc/qHistogram.h @@ -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