remove pointless Composer destructor (#238)

This commit is contained in:
Cameron Ross 2019-03-17 17:09:45 -02:30 committed by Basile-z
parent 942c353310
commit 267b8662f0

View file

@ -75,14 +75,6 @@ struct Composer
resolver_ = resolver;
}
///Destroy the composer.
pure @safe nothrow ~this()
{
parser_ = null;
anchors_.destroy();
anchors_ = null;
}
/**
* Determine if there are any nodes left.
*