1
1

Remove useless static variable.

This commit was SVN r5838.
Этот коммит содержится в:
George Bosilca 2005-05-23 23:08:28 +00:00
родитель 4a7211468b
Коммит 3278545a34

Просмотреть файл

@ -63,7 +63,6 @@ static void* mca_pml_bsend_alloc_segment(size_t* size_inout)
*/
int mca_pml_base_bsend_init(bool thread_safe)
{
static int initialized;
int id = mca_base_param_register_string("pml", "base", "bsend_allocator", NULL, "basic");
char *name;
size_t tmp;