diff options
Diffstat (limited to 'lib/rbcodec/test')
| -rw-r--r-- | lib/rbcodec/test/SOURCES | 2 | ||||
| -rw-r--r-- | lib/rbcodec/test/warble.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/rbcodec/test/SOURCES b/lib/rbcodec/test/SOURCES index 4c0d906..a89af23 100644 --- a/lib/rbcodec/test/SOURCES +++ b/lib/rbcodec/test/SOURCES @@ -1,6 +1,4 @@ warble.c -../../../firmware/buflib.c -../../../firmware/core_alloc.c ../../../firmware/common/strlcpy.c ../../../firmware/common/unicode.c ../../../firmware/common/structec.c diff --git a/lib/rbcodec/test/warble.c b/lib/rbcodec/test/warble.c index ea8efcf..d5bc1c5 100644 --- a/lib/rbcodec/test/warble.c +++ b/lib/rbcodec/test/warble.c @@ -33,7 +33,6 @@ #include <unistd.h> #include "buffering.h" /* TYPE_PACKET_AUDIO */ #include "codecs.h" -#include "core_alloc.h" /* core_allocator_init */ #include "dsp_core.h" #include "metadata.h" #include "settings.h" @@ -851,7 +850,6 @@ int main(int argc, char **argv) } } - core_allocator_init(); if (argc == optind + 2) { write_init(argv[optind + 1]); } else if (argc == optind + 1) { |