mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 17:02:56 +00:00
Everywhere: Remove pessimizing and redundant move()
This commit is contained in:
parent
fa28cc85e6
commit
f59ad2dc57
Notes:
sideshowbarker
2024-07-18 21:16:43 +09:00
Author: https://github.com/awesomekling
Commit: f59ad2dc57
9 changed files with 11 additions and 11 deletions
|
@ -75,7 +75,7 @@ OwnPtr<ParserAutoComplete::DocumentData> ParserAutoComplete::create_document_dat
|
|||
|
||||
update_declared_symbols(*document_data);
|
||||
|
||||
return move(document_data);
|
||||
return document_data;
|
||||
}
|
||||
|
||||
void ParserAutoComplete::set_document_data(const String& file, OwnPtr<DocumentData>&& data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue