diff --git a/projects/rocshmem/src/backend_bc.hpp b/projects/rocshmem/src/backend_bc.hpp index 92b238d8a0..88cc6b3ba3 100644 --- a/projects/rocshmem/src/backend_bc.hpp +++ b/projects/rocshmem/src/backend_bc.hpp @@ -39,7 +39,6 @@ #include "roc_shmem/roc_shmem.hpp" #include "backend_type.hpp" #include "ipc_policy.hpp" -#include "memory/slab_heap.hpp" #include "memory/symmetric_heap.hpp" #include "stats.hpp" #include "team_tracker.hpp" @@ -230,12 +229,6 @@ class Backend { */ SymmetricHeap heap{}; - /** - * @brief Object contains the interface and internal data structures - * needed to allocate/free memory on the slab heap. - */ - SlabHeap slab{}; - /** * @brief Determines which device to launch device kernels onto. *