X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fserver%2Fhttpd%2Fhttpd.tcl;h=dfa9e335cbb5e13117e0ff9d1de1c881b1c8029e;hp=5b012681a6061c434d3d3d92e54faaaa9cfca2d9;hb=f5e028bc46f6b3eee4fb3f93b5ef068238b03f40;hpb=2136238908840dd230854cb5d78b8da181ca7340 diff --git a/src/server/httpd/httpd.tcl b/src/server/httpd/httpd.tcl index 5b012681a6..dfa9e335cb 100644 --- a/src/server/httpd/httpd.tcl +++ b/src/server/httpd/httpd.tcl @@ -94,11 +94,6 @@ proc lunion {a b} { } -# encode text -proc encode {a} { - return [string map {\n
{ } { } \t {        } > > < < / /} $a] -} - proc first_flash_base {} { set t [lindex 0 [ocd_flash_banks]] return $t(base)