remove pointless Composer destructor (#238)
This commit is contained in:
parent
942c353310
commit
267b8662f0
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue