Remove unnecessary default argument from initialize_block_iterator
I noticed that initialize_block_iterator has a default value for one of its arguments, but this is not needed as this function has a single caller that always passes all arguments. This patch removes the default. Tested by rebuilding.
Loading
Please register or sign in to comment