]> git.sur5r.net Git - openocd/blobdiff - src/target/mips32.c
remove target_type register_command callback
[openocd] / src / target / mips32.c
index 0b8ebb4a1fd2b768abd9805781f3057e6d06579d..48d072021c3683b47710212b20cb014d2dc5ca41 100644 (file)
@@ -320,11 +320,6 @@ int mips32_init_arch_info(struct target *target, struct mips32_common *mips32, s
        return ERROR_OK;
 }
 
-int mips32_register_commands(struct command_context *cmd_ctx)
-{
-       return ERROR_OK;
-}
-
 int mips32_run_algorithm(struct target *target, int num_mem_params, struct mem_param *mem_params, int num_reg_params, struct reg_param *reg_params, uint32_t entry_point, uint32_t exit_point, int timeout_ms, void *arch_info)
 {
        /*TODO*/