1
1

OSHMEM/free: suppressed coverity issue

- removed dead code

Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
Этот коммит содержится в:
Sergey Oblomov 2019-05-13 11:59:02 +03:00
родитель 02bf863ac2
Коммит 4df8c1b3e3

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

@ -59,8 +59,6 @@ static inline void _shfree(void* ptr)
if (ptr) {
s = memheap_find_va(ptr);
} else {
s = NULL;
}
if (s && s->allocator) {