From 06fc6fdd0a6e0758043fd7aebb98f5098a8344e4 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Mon, 24 Sep 2012 17:45:07 +0200 Subject: opus: #if 0 out some more unused code, delete unused file Change-Id: I96033f42e0c3096ec9d779e9f8ca46570f981ab0 --- lib/rbcodec/codecs/libopus/silk/sort.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rbcodec/codecs/libopus/silk/sort.c') diff --git a/lib/rbcodec/codecs/libopus/silk/sort.c b/lib/rbcodec/codecs/libopus/silk/sort.c index f9886b45b2..46b7588c69 100644 --- a/lib/rbcodec/codecs/libopus/silk/sort.c +++ b/lib/rbcodec/codecs/libopus/silk/sort.c @@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "SigProc_FIX.h" +#if 0 void silk_insertion_sort_increasing( opus_int32 *a, /* I/O Unsorted / Sorted vector */ opus_int *idx, /* O Index vector for the sorted elements */ @@ -131,6 +132,7 @@ void silk_insertion_sort_decreasing_int16( } } #endif +#endif void silk_insertion_sort_increasing_all_values_int16( opus_int16 *a, /* I/O Unsorted / Sorted vector */ -- cgit v1.2.3