]> git.sur5r.net Git - openocd/commit
remove fast command and jim_global_long
authorZachary T Welch <zw@superlucidity.net>
Wed, 18 Nov 2009 13:02:08 +0000 (05:02 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 18 Nov 2009 23:51:07 +0000 (15:51 -0800)
commitc0d14dc7f19d785702eee5f69de5b1a63902554b
treee93e58120b0a5829e6cf1f1581f4467bc78c1ce7
parent20218b8de61dea545c7575f36e1b74b9599c9848
remove fast command and jim_global_long

Removing the fast command eliminates the fast_and_dangerous global,
which was used only by arm7_9_common as an initializer.  The command
is not called in the tree; instead, more explicit commands are used.

The jim_global_long function was not used anywhere in the tree.
src/helper/command.c
src/helper/command.h
src/target/arm7_9_common.c