diff --git a/src/XML/samlp/AbstractMessage.php b/src/XML/samlp/AbstractMessage.php index 9955fa921..bc51c1e0f 100644 --- a/src/XML/samlp/AbstractMessage.php +++ b/src/XML/samlp/AbstractMessage.php @@ -5,7 +5,6 @@ namespace SimpleSAML\SAML2\XML\samlp; use DateTimeImmutable; -use DOMDocument; use DOMElement; use SimpleSAML\Assert\Assert; use SimpleSAML\SAML2\Assert\Assert as SAMLAssert; @@ -40,16 +39,6 @@ abstract class AbstractMessage extends AbstractSamlpElement implements SignableE } - /** - * The \DOMDocument we are currently building. - * - * This variable is used while generating XML from this message. It holds the - * \DOMDocument of the XML we are generating. - * - * @var \DOMDocument|null - */ - protected ?DOMDocument $document = null; - /** @var bool */ protected bool $messageContainedSignatureUponConstruction = false;