[TD-225]remove unused codes.
This commit is contained in:
parent
24dc1ce14b
commit
f5e6bec1b0
|
@ -2625,7 +2625,6 @@ static bool apercentile_function_setup(SQLFunctionCtx *pCtx) {
|
||||||
|
|
||||||
char *tmp = (char *)pInfo + sizeof(SAPercentileInfo);
|
char *tmp = (char *)pInfo + sizeof(SAPercentileInfo);
|
||||||
pInfo->pHisto = tHistogramCreateFrom(tmp, MAX_HISTOGRAM_BIN);
|
pInfo->pHisto = tHistogramCreateFrom(tmp, MAX_HISTOGRAM_BIN);
|
||||||
printf("%p, %p\n", pInfo->pHisto, pInfo->pHisto->elems);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue