security: Remove unnecessary std::move
Moving a temporary object prevents copy elision, and could reduce performance. This fixes -Wpessimizing-move compiler warning. Test: presubmit Bug: 154270751 Change-Id: I378f1b9029f1a0711728ff14e4071263ad330504
Loading
Please register or sign in to comment