From f4a92907f2670ef84d3af1f9d2955bf66f83d47e Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 16 Nov 2020 13:48:11 +0000 Subject: [PATCH] fix compile bug --- src/query/inc/qHistogram.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/query/inc/qHistogram.h b/src/query/inc/qHistogram.h index e3aa966464..442e61750b 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 -- GitLab