[#BloombergLP-bslma-SequentialPool-deleteObjectRaw] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/SequentialPool.adoc[SequentialPool]::deleteObjectRaw :relfileprefix: ../../../ :mrdocs: Destroy the specified `object`. Note that the memory is not deallocated because there is no `deallocate` method in a `bslma_sequentialpool`. == Synopsis Declared in `<bslma_sequentialpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> void deleteObjectRaw(TYPE const* object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#