]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[core] scan-build: Value stored to 'EM' is never read - rpe_grid_selection() 309/head
authorDragos Oancea <dragos@signalwire.com>
Tue, 4 Feb 2020 14:34:34 +0000 (14:34 +0000)
committerDragos Oancea <dragos@signalwire.com>
Tue, 4 Feb 2020 14:34:34 +0000 (14:34 +0000)
libs/spandsp/src/gsm0610_rpe.c

index bf27c6550bb3242d442ee1f5d8791d23571f32a4..b48fc74d32e0b8486ef4d5780a2927eac5a6f00b 100644 (file)
@@ -242,7 +242,6 @@ static void rpe_grid_selection(int16_t x[40], int16_t xM[13], int16_t *Mc_out)
 
     /* The signal x[0..39] is used to select the RPE grid which is
        represented by Mc. */
-    EM = 0;
     Mc = 0;
 
 #undef STEP