diff options
Diffstat (limited to 'http-cache.tcl')
-rwxr-xr-x | http-cache.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/http-cache.tcl b/http-cache.tcl index f377770..ee58981 100755 --- a/http-cache.tcl +++ b/http-cache.tcl @@ -27,9 +27,4 @@ namespace eval cache { } } - # Process the precache - foreach i $::http::configure::precache { - add [string cat $::http::configure::srv $i] - } - } |