aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/gsm/src/code.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/gsm/src/code.c')
-rw-r--r--codecs/gsm/src/code.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/codecs/gsm/src/code.c b/codecs/gsm/src/code.c
index 6358330e5..4d195dfbd 100644
--- a/codecs/gsm/src/code.c
+++ b/codecs/gsm/src/code.c
@@ -62,10 +62,6 @@ void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc),
word so[160];
-#if !(defined(__GNUC__) && defined(__i386__))
- longword ltmp;
-#endif
-
Gsm_Preprocess (S, s, so);
Gsm_LPC_Analysis (S, so, LARc);
Gsm_Short_Term_Analysis_Filter (S, LARc, so);