mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
buflib: remove buflib_print_allocs / buflib_print_blocks
These don't have any users and there is already another way to print blocks (which is actually used by the debug menu). Change-Id: Ic6a4f874c6499c42bc046e8af3e4aaddc9e68276
This commit is contained in:
parent
3090cf0da4
commit
6e9b1b344b
3 changed files with 0 additions and 71 deletions
|
@ -25,10 +25,6 @@ void core_check_valid(void);
|
|||
/* DO NOT ADD wrappers for buflib_buffer_out/in. They do not call
|
||||
* the move callbacks and are therefore unsafe in the core */
|
||||
|
||||
#ifdef BUFLIB_DEBUG_BLOCKS
|
||||
void core_print_allocs(void (*print)(const char*));
|
||||
void core_print_blocks(void (*print)(const char*));
|
||||
#endif
|
||||
#ifdef BUFLIB_DEBUG_BLOCK_SINGLE
|
||||
int core_get_num_blocks(void);
|
||||
void core_print_block_at(int block_num, char* buf, size_t bufsize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue