summaryrefslogtreecommitdiff
path: root/firmware/buflib.c
diff options
context:
space:
mode:
authorBoris Gjenero <dreamlayers@rockbox.org>2011-11-29 00:42:27 +0000
committerBoris Gjenero <dreamlayers@rockbox.org>2011-11-29 00:42:27 +0000
commitd51e5983357593981e604b05ad3826f2496f4a6b (patch)
tree036fa986dcf4f6ec4c529dd74c5f996533f62d4f /firmware/buflib.c
parent297c29cba60e34ed01fb72974dcb562e58df322b (diff)
downloadrockbox-d51e5983357593981e604b05ad3826f2496f4a6b.tar.gz
rockbox-d51e5983357593981e604b05ad3826f2496f4a6b.zip
FS#12412 : Delete old buffer allocation code which has been replaced by core_alloc, and move buffer setup code to core_alloc.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31088 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/buflib.c')
-rw-r--r--firmware/buflib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/buflib.c b/firmware/buflib.c
index 748e8a2378..d3f1455c99 100644
--- a/firmware/buflib.c
+++ b/firmware/buflib.c
@@ -30,7 +30,6 @@
30#include "buflib.h" 30#include "buflib.h"
31#include "string-extra.h" /* strlcpy() */ 31#include "string-extra.h" /* strlcpy() */
32#include "debug.h" 32#include "debug.h"
33#include "buffer.h"
34#include "system.h" /* for ALIGN_*() */ 33#include "system.h" /* for ALIGN_*() */
35 34
36/* The main goal of this design is fast fetching of the pointer for a handle. 35/* The main goal of this design is fast fetching of the pointer for a handle.