[#BloombergLP-bdlbb-Blob-removeUnusedBuffers] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlbb.adoc[bdlbb]::xref:BloombergLP/bdlbb/Blob.adoc[Blob]::removeUnusedBuffers :relfileprefix: ../../../ :mrdocs: Remove any unused capacity buffers from this blob. Note that this method does not trim the last data buffer, and that the resulting `totalSize` will be `length` plus any unused capacity in the last buffer having data. == Synopsis Declared in `<bdlbb_blob.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void removeUnusedBuffers(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#