Skip to content
Snippets Groups Projects
Commit ac57c375 authored by Julien Signoles's avatar Julien Signoles
Browse files

Merge branch 'cleaning/remove-get_next' into 'stable/sodium'

remove unused function __get_next

un peu de nettoyage

See merge request !13
parents 7f6d86ed f2a7178c
No related branches found
No related tags found
No related merge requests found
...@@ -69,10 +69,6 @@ void __add_element(struct _block *); ...@@ -69,10 +69,6 @@ void __add_element(struct _block *);
we suppose that such a block exists, but we could return NULL if not */ we suppose that such a block exists, but we could return NULL if not */
struct _block * __get_exact(void *); struct _block * __get_exact(void *);
/* return the block B such as : begin addr of B > ptr
or NULL if such a block does not exist */
struct _block * __get_next(void *);
/* return the block B containing ptr, such as : /* return the block B containing ptr, such as :
begin addr of B <= ptr < (begin addr + size) of B begin addr of B <= ptr < (begin addr + size) of B
or NULL if such a block does not exist */ or NULL if such a block does not exist */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment