[TD-225]remove unused codes.

This commit is contained in:
Haojun Liao 2020-12-25 17:35:21 +08:00
parent 24dc1ce14b
commit f5e6bec1b0
1 changed files with 0 additions and 1 deletions

View File

@ -2625,7 +2625,6 @@ static bool apercentile_function_setup(SQLFunctionCtx *pCtx) {
char *tmp = (char *)pInfo + sizeof(SAPercentileInfo);
pInfo->pHisto = tHistogramCreateFrom(tmp, MAX_HISTOGRAM_BIN);
printf("%p, %p\n", pInfo->pHisto, pInfo->pHisto->elems);
return true;
}