]> git.gag.com Git - fw/openocd/blobdiff - src/flash/nor/xmc1xxx.c
flash/nor: remove empty command definitions
[fw/openocd] / src / flash / nor / xmc1xxx.c
index 70e07fcfaa06becf32d9228ec8f29051e69999da..04a39f36e179c00a8b149342b2fe50d4e4dee8cd 100644 (file)
@@ -520,24 +520,8 @@ FLASH_BANK_COMMAND_HANDLER(xmc1xxx_flash_bank_command)
        return ERROR_OK;
 }
 
-static const struct command_registration xmc1xxx_exec_command_handlers[] = {
-       COMMAND_REGISTRATION_DONE
-};
-
-static const struct command_registration xmc1xxx_command_handlers[] = {
-       {
-               .name = "xmc1xxx",
-               .mode = COMMAND_ANY,
-               .help = "xmc1xxx flash command group",
-               .usage = "",
-               .chain = xmc1xxx_exec_command_handlers,
-       },
-       COMMAND_REGISTRATION_DONE
-};
-
 const struct flash_driver xmc1xxx_flash = {
        .name = "xmc1xxx",
-       .commands = xmc1xxx_command_handlers,
        .flash_bank_command = xmc1xxx_flash_bank_command,
        .info = xmc1xxx_get_info_command,
        .probe = xmc1xxx_probe,