[#BaseIndex-CustomRemove] = xref:BaseIndex.adoc[BaseIndex]::CustomRemove :relfileprefix: ../ :mrdocs: Rewind index by one block during a chain reorg. == Synopsis Declared in `<index/base.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] virtual bool CustomRemove(xref:interfaces/BlockInfo.adoc[interfaces::BlockInfo] const& block); ---- == Return Value True on success. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *block* | Information about the block being removed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#