mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
[diag] clean up unnecessary variables and code (#4102)
This commit is contained in:
+1
-1
@@ -91,7 +91,6 @@ namespace ot {
|
||||
namespace Cli {
|
||||
|
||||
const struct Command Interpreter::sCommands[] = {
|
||||
{"help", &Interpreter::ProcessHelp},
|
||||
{"bufferinfo", &Interpreter::ProcessBufferInfo},
|
||||
{"channel", &Interpreter::ProcessChannel},
|
||||
#if OPENTHREAD_FTD
|
||||
@@ -140,6 +139,7 @@ const struct Command Interpreter::sCommands[] = {
|
||||
{"extaddr", &Interpreter::ProcessExtAddress},
|
||||
{"extpanid", &Interpreter::ProcessExtPanId},
|
||||
{"factoryreset", &Interpreter::ProcessFactoryReset},
|
||||
{"help", &Interpreter::ProcessHelp},
|
||||
{"ifconfig", &Interpreter::ProcessIfconfig},
|
||||
{"ipaddr", &Interpreter::ProcessIpAddr},
|
||||
{"ipmaddr", &Interpreter::ProcessIpMulticastAddr},
|
||||
|
||||
Reference in New Issue
Block a user