Skip to content
Snippets Groups Projects
Commit f5e028bc authored by zwelch's avatar zwelch
Browse files

Remove duplicate definition of encode in httpd.tcl.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1749 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 3e58929e
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment