diff --git a/src/backend/metatypes.h b/src/backend/metatypes.h index 6646203..354d8f0 100644 --- a/src/backend/metatypes.h +++ b/src/backend/metatypes.h @@ -15,16 +15,10 @@ namespace snmalloc * This class's data is fully private but is friends with the relevant backend * types and, thus, is "opaque" to the frontend. */ - class MetaCommon + struct MetaCommon { - friend class ChunkAllocator; - - template - friend class BackendAllocator; - capptr::Chunk chunk; - public: /** * Expose the address of, though not the authority to, our corresponding * chunk.