# HG changeset patch # User vitor # Date 1217082805 0 # Node ID d018af0d20a19a2f2cefda9488171f2909be95c3 # Parent 51da3d8200d01693fd1946649695f4eb248b5228 Remove an useless comment describing prodsum() diff -r 51da3d8200d0 -r d018af0d20a1 ra288.c --- a/ra288.c Sat Jul 26 14:31:47 2008 +0000 +++ b/ra288.c Sat Jul 26 14:33:25 2008 +0000 @@ -135,7 +135,6 @@ return 0; } -/* product sum (lsf) */ static void prodsum(float *tgt, const float *src, int len, int n) { for (; n >= 0; n--)