Skip to content

Commit

Permalink
Remove stray [[nodiscard]]
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed May 15, 2024
1 parent 9abd74d commit 36b27e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extract_text.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ namespace lily_of_the_valley
/** @brief Adds a character to the parsed buffer a specified number of times.
@param repeatCount The number of times to add the character.
@param character The character to add.*/
[[nodiscard]]
void fill_with_character(const size_t repeatCount, const wchar_t character)
{
m_text_buffer.append(repeatCount, character);
Expand Down

0 comments on commit 36b27e0

Please sign in to comment.