summaryrefslogtreecommitdiff
path: root/src/tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-07 20:02:51 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-07 20:02:51 +0000
commit225ac18450830ff130e2d14a1bbceebb758a399d (patch)
treefeb4867472bd811fcc2143c9dd8093692b0a143e /src/tcl
parentcfba2f4a79d6914f7baa6986684b1143c0744a44 (diff)
downloadopenocd+libswd-225ac18450830ff130e2d14a1bbceebb758a399d.tar.gz
openocd+libswd-225ac18450830ff130e2d14a1bbceebb758a399d.tar.bz2
openocd+libswd-225ac18450830ff130e2d14a1bbceebb758a399d.tar.xz
openocd+libswd-225ac18450830ff130e2d14a1bbceebb758a399d.zip
more tcl cleanup.
git-svn-id: svn://svn.berlios.de/openocd/trunk@768 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/tcl')
-rw-r--r--src/tcl/commands.tcl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tcl/commands.tcl b/src/tcl/commands.tcl
index a272c134..a2cf0812 100644
--- a/src/tcl/commands.tcl
+++ b/src/tcl/commands.tcl
@@ -1,9 +1,4 @@
-# implements Tcl procedures/functions
-proc peek {address} {
- return [openocd_throw "mdw $address"]
-}
-
# Production command
# FIX!!! need to figure out how to feed back relevant output
# from e.g. "flash banks" command...