aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/sf0x/sf0x_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/sf0x/sf0x_parser.cpp')
-rw-r--r--src/drivers/sf0x/sf0x_parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/sf0x/sf0x_parser.cpp b/src/drivers/sf0x/sf0x_parser.cpp
index b9ceb52f5..cddc3fe99 100644
--- a/src/drivers/sf0x/sf0x_parser.cpp
+++ b/src/drivers/sf0x/sf0x_parser.cpp
@@ -63,7 +63,6 @@ int sf0x_parser(char c, char *parserbuf, unsigned *parserbuf_index, enum SF0X_PA
int ret = -1;
char *end;
- unsigned len = strlen(parserbuf);
switch (*state) {
case SF0X_PARSE_STATE0_UNSYNC:
if (c == '\n') {