diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2014-03-16 11:34:41 +0100 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2014-09-10 12:33:25 +0200 |
commit | 35a84769d4dbc0670550ea2abde83bd33dc28729 (patch) | |
tree | 06c78a9e2974530e0fe2b5f6e91ca2df759a566d /cores/arduino/wiring.c | |
parent | b2729a515607f1b0108d38b816430797f558c57f (diff) |
Simplify String::remove(unsigned int)
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.
Diffstat (limited to 'cores/arduino/wiring.c')
0 files changed, 0 insertions, 0 deletions