From 30f52cbe2d036dc88a16c0e9e4ccf38a2074f808 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Sun, 29 Dec 2013 16:21:06 -0500 Subject: [PATCH] Remove a SAVE_STACK that was pasted accidentally in the previous commit --- celt/kiss_fft.c | 1 - 1 file changed, 1 deletion(-) diff --git a/celt/kiss_fft.c b/celt/kiss_fft.c index a2dadef7b..79df7ee1e 100644 --- a/celt/kiss_fft.c +++ b/celt/kiss_fft.c @@ -519,7 +519,6 @@ void opus_fft(const kiss_fft_state *st,const kiss_fft_cpx *fin,kiss_fft_cpx *fou MULT16_32_Q15() on ARM. */ int scale_shift = st->scale_shift-1; #endif - SAVE_STACK; scale = st->scale; celt_assert2 (fin != fout, "In-place FFT not supported"); -- GitLab