This is an automated email from Gerrit. Kent Brinkley (jkbrinkley.img...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2403
-- gerrit commit 82a3c47750ac4ae9c42b14048e2b9d88df2ebbe6 Author: Kent Brinkley <jkbrinkley.img...@gmail.com> Date: Sat Nov 22 21:57:39 2014 -0700 Removed unused function Removed unused function Change-Id: I9cde64c93783476fa4a9bf55fd3060f19e2fbdb0 Signed-off-by: Kent Brinkley <jkbrinkley.img...@gmail.com> diff --git a/src/target/mips_m4k.c b/src/target/mips_m4k.c index ee35023..bfae696 100644 --- a/src/target/mips_m4k.c +++ b/src/target/mips_m4k.c @@ -1200,16 +1200,6 @@ static int mips_m4k_bulk_write_memory(struct target *target, uint32_t address, return retval; } -static int mips_m4k_verify_pointer(struct command_context *cmd_ctx, - struct mips_m4k_common *mips_m4k) -{ - if (mips_m4k->common_magic != MIPSM4K_COMMON_MAGIC) { - command_print(cmd_ctx, "target is not an MIPS_M4K"); - return ERROR_TARGET_INVALID; - } - return ERROR_OK; -} - COMMAND_HANDLER(mips_m4k_handle_cp0_command) { /* Call common code - maintaining backward compatibility */ -- ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel