mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 05:55:41 +10:00
remove unecessary #ifdef as file is only built when minidriver is enabled.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2003 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
b7a133bd48
commit
339dc0bcd0
@ -36,7 +36,6 @@
|
||||
#include "jtag.h"
|
||||
#include "command.h"
|
||||
|
||||
#ifndef HAVE_JTAG_MINIDRIVER_H
|
||||
struct jtag_callback_entry
|
||||
{
|
||||
struct jtag_callback_entry *next;
|
||||
@ -531,5 +530,3 @@ void jtag_add_callback(jtag_callback1_t callback, u8 *in)
|
||||
jtag_add_callback4(jtag_convert_to_callback4, in, (jtag_callback_data_t)callback, 0, 0);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user