Discarded the use of data_header::size in the last commit, but forgot to actually

remove it.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19385 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-11-28 23:22:19 +00:00
parent 75dc7cb58a
commit 4dbe78a0cd

View File

@ -49,7 +49,6 @@ struct free_data {
struct data_header {
int32 ref_count;
addr_t physical_address;
size_t size;
free_data *first_free;
uint8 *data_end;
size_t data_space;