diff options
author | Nils Wallménius <nils@rockbox.org> | 2012-05-02 10:38:43 +0200 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2012-05-02 10:42:21 +0200 |
commit | 26e5e605d2c08afed1b79a3c9a1d6eadb782658f (patch) | |
tree | d87b095dca591baa04dea08991ecb4fad55dcdff /lib | |
parent | 6637e24aed7f4288f82be1eae11f7831086e8091 (diff) |
Delete unused stub functions.
Change-Id: I886d65b60364699845475e2ea1a741aece506a8f
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbcodec/test/warble.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/rbcodec/test/warble.c b/lib/rbcodec/test/warble.c index 853ae6eb70..2f52062e50 100644 --- a/lib/rbcodec/test/warble.c +++ b/lib/rbcodec/test/warble.c @@ -581,14 +581,6 @@ static unsigned ci_sleep(unsigned ticks) return 0; } -static void ci_cpucache_flush(void) -{ -} - -static void ci_cpucache_invalidate(void) -{ -} - static struct codec_api ci = { 0, /* filesize */ |