base: remove message in sliced_heap.alloc()

Issue #3111
This commit is contained in:
Alexander Boettcher 2019-03-28 08:36:39 +01:00 committed by Norman Feske
parent a224d828f6
commit 483de40c96

View File

@ -61,7 +61,6 @@ bool Sliced_heap::alloc(size_t size, void **out_addr)
return false;
}
catch (Out_of_ram) {
error("could not allocate dataspace with size ", size);
return false;
}