commit | 822e71650f819d7d990392d80df04bf2fa4097ec | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Oct 17 11:11:23 2018 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Oct 17 11:30:53 2018 -0700 |
tree | 4f48e9f0367f299a85ebbced90adefbcd15fd84f | |
parent | 28c52b9ec525aca2073bbb270d28755d9f9614f8 [diff] |
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