aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2012-03-05 21:37:14 +0100
committerØyvind Harboe <oyvindharboe@gmail.com>2012-03-13 19:11:11 +0000
commit39650e2273bcae868d9509fe36515936ce25aacb (patch)
tree62360f681c6898c3fd3d937f4975a8f5693615c3 /src/helper/command.h
parent34d1f82c753982d048dc3fbb73066fc445735b04 (diff)
downloadriscv-openocd-39650e2273bcae868d9509fe36515936ce25aacb.zip
riscv-openocd-39650e2273bcae868d9509fe36515936ce25aacb.tar.gz
riscv-openocd-39650e2273bcae868d9509fe36515936ce25aacb.tar.bz2
ecosboard: delete bit-rotted eCos code
Change-Id: Iff7943eb9da3f41dcc45492acd0f36cf63b3497f Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/503 Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com> Tested-by: jenkins
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 01316a1..7cd5cc4 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -26,12 +26,6 @@
#include <helper/types.h>
-/* Integrate the JIM TCL interpretor into the command processing. */
-#if BUILD_ECOSBOARD
-#include <stdio.h>
-#include <stdarg.h>
-#endif
-
#include <jim.h>
#include <jim-nvp.h>