mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "graphics: Remove unnecessary std::move" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
5c0e63c06b
@@ -249,8 +249,7 @@ class ComposerClientReader {
|
||||
auto& data = mReturnData[displayLuts.display];
|
||||
for (auto& lut : displayLuts.luts) {
|
||||
if (lut.pfd.get() >= 0) {
|
||||
data.luts.push_back({lut.layer,
|
||||
std::move(ndk::ScopedFileDescriptor(lut.pfd.release())),
|
||||
data.luts.push_back({lut.layer, ndk::ScopedFileDescriptor(lut.pfd.release()),
|
||||
lut.lutProperties});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user