commit | 0523328a0081f20890d88d7ce348e66dfa179d42 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 11 16:24:35 2021 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue May 11 16:24:35 2021 -0700 |
tree | 4d5d28588581b46fac39d72cbca5f1e91a017829 | |
parent | 61f27d7d5242fdf41478d416fe7090995be9d499 [diff] |
Remove a use of String16::remove. This function, ironically, is being removed. This is one of only two users, and it's pretty hard to use correctly. In this case, using one of the existing constructors to keep a prefix seems clearer even in a world where remove() was better implemented. Test: treehugger Change-Id: Icdf02d9fcc059c396c13787d9bb4e8bda5658656