|
From: <zw...@ma...> - 2009-05-12 00:38:05
|
Author: zwelch
Date: 2009-05-12 00:37:52 +0200 (Tue, 12 May 2009)
New Revision: 1749
Modified:
trunk/src/server/httpd/httpd.tcl
Log:
Remove duplicate definition of encode in httpd.tcl.
Modified: trunk/src/server/httpd/httpd.tcl
===================================================================
--- trunk/src/server/httpd/httpd.tcl 2009-05-11 21:05:51 UTC (rev 1748)
+++ trunk/src/server/httpd/httpd.tcl 2009-05-11 22:37:52 UTC (rev 1749)
@@ -94,11 +94,6 @@
}
-# 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)
|