diff --git a/src/mem/metaslab.h b/src/mem/metaslab.h index 7e61dae..9ff584c 100644 --- a/src/mem/metaslab.h +++ b/src/mem/metaslab.h @@ -9,8 +9,6 @@ namespace snmalloc { - class Slab; - // The Metaslab represent the status of a single slab. // This can be either a short or a standard slab. class alignas(CACHELINE_SIZE) Metaslab @@ -184,8 +182,6 @@ namespace snmalloc } }; - struct RemoteAllocator; - /** * Entry stored in the pagemap. */