mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Remove duplicate definition of encode in httpd.tcl.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1749 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -94,11 +94,6 @@ proc lunion {a b} {
|
||||
}
|
||||
|
||||
|
||||
# encode text
|
||||
proc encode {a} {
|
||||
return [string map {\n <br/> { } { } \t { } > > < < / /} $a]
|
||||
}
|
||||
|
||||
proc first_flash_base {} {
|
||||
set t [lindex 0 [ocd_flash_banks]]
|
||||
return $t(base)
|
||||
|
||||
Reference in New Issue
Block a user