mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 14:18:15 +00:00
Everywhere: Remove pessimizing and redundant move()
This commit is contained in:
@@ -78,7 +78,7 @@ Optional<DecodedImage> Client::decode_image(const ByteBuffer& encoded_data)
|
||||
frame.bitmap = response->bitmaps()[i].bitmap();
|
||||
frame.duration = response->durations()[i];
|
||||
}
|
||||
return move(image);
|
||||
return image;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user