diff --git a/src/server/httpd/httpd.tcl b/src/server/httpd/httpd.tcl index 5b012681a..dfa9e335c 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)