Remove duplicate definition of encode in httpd.tcl.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1749 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
3e58929e62
commit
f5e028bc46
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue