removed unneeded variables

This commit is contained in:
Andy Eschbacher 2015-06-08 18:36:07 -04:00
parent c7f4209270
commit 6ab1b1d3d0

View File

@ -17,8 +17,6 @@ DECLARE
maxv numeric; maxv numeric;
bins numeric[]; bins numeric[];
freqs numeric[]; freqs numeric[];
diff numeric[];
diffdiff numeric[];
ajus INT[]; ajus INT[];
freq INT4; freq INT4;
signature text; signature text;
@ -50,7 +48,6 @@ BEGIN
FROM hist, stats' FROM hist, stats'
INTO freqs, bins INTO freqs, bins
USING in_array; USING in_array;
-- don't need bins variable (freq are already sorted), discard it later
LOOP LOOP
IF i < 7 THEN IF i < 7 THEN