Commit c547dbce by Martin Liska Committed by Martin Liska

Small pool-allocator fallback.

	* alloc-pool.h: Add ATTRIBUTE_UNUSED for
	a function local variabled.

From-SVN: r223974
parent fdc5c392
2015-06-01 Martin Liska <mliska@suse.cz>
* alloc-pool.h: Add ATTRIBUTE_UNUSED for
a function local variable.
2015-06-01 Martin Liska <mliska@suse.cz>
* alloc-pool.c (create_alloc_pool): Remove.
(empty_alloc_pool): Likewise.
(free_alloc_pool): Likewise.
......
......@@ -359,7 +359,7 @@ pool_allocator<T>::remove (T *object)
gcc_checking_assert (m_initialized);
allocation_pool_list *header;
int size;
int size ATTRIBUTE_UNUSED;
size = m_elt_size - offsetof (allocation_object<T>, u.data);
#ifdef ENABLE_CHECKING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment