Skip to content

Commit f7dfbf7

Browse files
committed
Remove unused stack_alloc.h
1 parent 095fd36 commit f7dfbf7

File tree

3 files changed

+1
-142
lines changed

3 files changed

+1
-142
lines changed

configure.ac

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,6 @@ has_var_arrays=no
4343
)
4444
AC_MSG_RESULT($has_var_arrays)
4545

46-
AC_CHECK_HEADERS([alloca.h getopt.h])
47-
AC_MSG_CHECKING(for alloca)
48-
AC_TRY_COMPILE( [
49-
#ifdef HAVE_ALLOCA_H
50-
# include <alloca.h>
51-
#endif
52-
#include <stdlib.h>
53-
], [
54-
int foo=10;
55-
int *array = alloca(foo);
56-
],
57-
[
58-
has_alloca=yes;
59-
if test x$has_var_arrays = "xno" ; then
60-
AC_DEFINE([USE_ALLOCA], [], [Make use of alloca])
61-
fi
62-
],
63-
has_alloca=no
64-
)
65-
AC_MSG_RESULT($has_alloca)
66-
6746
AC_MSG_CHECKING(for SSE in current arch/CFLAGS)
6847
AC_LINK_IFELSE([
6948
AC_LANG_PROGRAM([[
@@ -143,11 +122,6 @@ AC_SUBST(src)
143122
LT_LIB_M
144123

145124

146-
AC_ARG_ENABLE(valgrind, [ --enable-valgrind Enable valgrind extra checks],
147-
[if test "$enableval" = yes; then
148-
AC_DEFINE([ENABLE_VALGRIND], , [Enable valgrind extra checks])
149-
fi])
150-
151125
AC_ARG_ENABLE(sse, [ --enable-sse Enable SSE support], [
152126
if test "x$enableval" != xno; then
153127
has_sse=yes

libspeexdsp/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ noinst_HEADERS = arch.h bfin.h \
2424
fixed_arm4.h \
2525
fixed_arm5e.h fixed_bfin.h fixed_debug.h \
2626
math_approx.h misc_bfin.h \
27-
stack_alloc.h fftwrap.h \
27+
fftwrap.h \
2828
filterbank.h fixed_generic.h os_support.h \
2929
pseudofloat.h smallft.h vorbis_psy.h resample_sse.h resample_neon.h
3030

libspeexdsp/stack_alloc.h

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)