From 8f6d142b953da8838bd50357b8fa70d86e839dad Mon Sep 17 00:00:00 2001 From: mifi Date: Sun, 10 Feb 2008 12:58:24 +0000 Subject: - added patch to change pathmove handling https://lists.berlios.de/pipermail/openocd-development/2008-January/000678.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (thanks to Øyvind for the patch) git-svn-id: svn://svn.berlios.de/openocd/trunk@286 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/jtag.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/jtag/jtag.h') diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h index 0458e2d5..7435617e 100644 --- a/src/jtag/jtag.h +++ b/src/jtag/jtag.h @@ -187,10 +187,6 @@ typedef struct jtag_interface_s */ int (*execute_queue)(void); - /* optional command support - */ - int support_pathmove; - /* interface initalization */ int (*speed)(int speed); -- cgit v1.2.3