diff options
author | Tom Cherry <tomcherry@google.com> | 2018-10-17 11:11:23 -0700 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2018-10-17 11:30:53 -0700 |
commit | 018a438ff05a2082df0ce339fd6ea364ad760577 (patch) | |
tree | 4f48e9f0367f299a85ebbced90adefbcd15fd84f /fastboot/fastboot_driver.cpp | |
parent | 4bc53d20afce1e1201f8effa2404d97aa3c67b50 (diff) | |
download | system_core-018a438ff05a2082df0ce339fd6ea364ad760577.tar.gz system_core-018a438ff05a2082df0ce339fd6ea364ad760577.tar.bz2 system_core-018a438ff05a2082df0ce339fd6ea364ad760577.zip |
init: use rvalues references for callees of ParseLineSection()
ParseLineSection() provides 'args' as an rvalue reference, so its
callers can and should use it as such. This saves some copying
overhead and cleans up the code a bit.
Test: boot
Change-Id: Ib906318583dc81de9ea585f5f09fdff35403be1b
Diffstat (limited to 'fastboot/fastboot_driver.cpp')
0 files changed, 0 insertions, 0 deletions