mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
Libraries: Fix -Wunreachable-code warnings from clang
This commit is contained in:
parent
96666f3209
commit
b8dc3661ac
10 changed files with 7 additions and 27 deletions
|
@ -865,8 +865,6 @@ bool RemoveTextCommand::merge_with(GUI::Command const& other)
|
|||
m_text = builder.to_string();
|
||||
m_range.set_start(typed_other.m_range.start());
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
void RemoveTextCommand::redo()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue