Code Tidy

Remove explicit constructor as it is implicit.
This commit is contained in:
Matthew Parkinson
2019-01-17 14:38:47 +00:00
parent ee9d899aa3
commit 0b57ff3667

View File

@@ -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 {}