[#BloombergLP-bslma-SequentialPool-deleteObject] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/SequentialPool.adoc[SequentialPool]::deleteObject :relfileprefix: ../../../ :mrdocs: Destroy the specified `object`. Note that this method is exactly the same as the `deleteObjectRaw` method since no deallocation is involved. This method exists purely for consistency across pools. == Synopsis Declared in `<bslma_sequentialpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void deleteObject(TYPE const* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#