mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
86015f441e
Previously, this method calculated the length of the string from the given index onwards. However, the other remove() method called already contains code for this calculation, which is used when the count passed in is too big. This means we can just pass in a very big count that is guaranteed to point past the end of the string, shrinking the remove method by a few bytes. |
||
---|---|---|
.. | ||
arduino | ||
tools |