Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libcelt/vq.c')
-rw-r--r--libcelt/vq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcelt/vq.c b/libcelt/vq.c
index 18de31b..a39858c 100644
--- a/libcelt/vq.c
+++ b/libcelt/vq.c
@@ -162,7 +162,6 @@ void alg_quant(celt_norm *X, int N, int K, int spread, ec_enc *enc)
if (K > (N>>1))
{
celt_word16 rcp;
- sum=0;
j=0; do {
sum += X[j];
} while (++j<N);