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:
zwelch 2009-05-11 22:37:52 +00:00
parent 3e58929e62
commit f5e028bc46
1 changed files with 0 additions and 5 deletions

View File

@ -94,11 +94,6 @@ proc lunion {a b} {
}
# encode text
proc encode {a} {
return [string map {\n <br/> { } {&nbsp;} \t {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;} > &gt; < &lt; / &#47;} $a]
}
proc first_flash_base {} {
set t [lindex 0 [ocd_flash_banks]]
return $t(base)