aboutsummaryrefslogtreecommitdiff
path: root/cores/robot/WString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cores/robot/WString.cpp')
-rw-r--r--cores/robot/WString.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/robot/WString.cpp b/cores/robot/WString.cpp
index db79da4..e462bee 100644
--- a/cores/robot/WString.cpp
+++ b/cores/robot/WString.cpp
@@ -134,7 +134,6 @@ inline void String::init(void)
buffer = NULL;
capacity = 0;
len = 0;
- flags = 0;
}
void String::invalidate(void)