[#BloombergLP-bslma-Allocator-deleteObjectRaw-068] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/Allocator.adoc[Allocator]::deleteObjectRaw :relfileprefix: ../../../ :mrdocs: This function has no effect. Note that it exists to support calling `deleteObjectRaw` will a null pointer literal, that would otherwise not deduce to a pointer type for the method above. As calls to `deleteObjectRaw` with (typed) null pointer values have well‐defined behavior, it should also support calls with a null pointer literal. == Synopsis Declared in `<bslma_allocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void deleteObjectRaw(xref:bsl/nullptr_t-08.adoc[bsl::nullptr_t]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#