diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-08-20 15:15:47 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-08-20 15:15:47 +0200 |
commit | b3348a6706dd3b3306e074fbcef6a7ce673e5db6 (patch) | |
tree | 2cca1adaadefb4feec41c1d5b5760c43d2ac506b /cores/arduino/WString.cpp | |
parent | a8193ed933d9c9954cefbfb541cde56770ab5b74 (diff) |
Removed unused flags from String (free 1 byte of SRAM)
Diffstat (limited to 'cores/arduino/WString.cpp')
-rw-r--r-- | cores/arduino/WString.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/arduino/WString.cpp b/cores/arduino/WString.cpp index db79da4..e462bee 100644 --- a/cores/arduino/WString.cpp +++ b/cores/arduino/WString.cpp @@ -134,7 +134,6 @@ inline void String::init(void) buffer = NULL; capacity = 0; len = 0; - flags = 0; } void String::invalidate(void) |