mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[cli] remove useless call (#2228)
This commit is contained in:
@@ -2919,11 +2919,6 @@ void Interpreter::ProcessMacFilter(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
if (error != OT_ERROR_NONE)
|
||||
{
|
||||
otThreadErrorToString(error);
|
||||
}
|
||||
|
||||
AppendResult(error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user