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