diff --git a/src/pal/pal_plain.h b/src/pal/pal_plain.h index 905f32a..965490c 100644 --- a/src/pal/pal_plain.h +++ b/src/pal/pal_plain.h @@ -11,8 +11,6 @@ namespace snmalloc class PALPlainMixin : public State { public: - PALPlainMixin() : State() {} - // Notify platform that we will not be using these pages void notify_not_using(void*, size_t) noexcept {}