From 0b57ff366730119d9ae2a1242a39f01972aee213 Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Thu, 17 Jan 2019 14:38:47 +0000 Subject: [PATCH] Code Tidy Remove explicit constructor as it is implicit. --- src/pal/pal_plain.h | 2 -- 1 file changed, 2 deletions(-) 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 {}