summaryrefslogtreecommitdiff
path: root/src/tcl
diff options
context:
space:
mode:
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...