summaryrefslogtreecommitdiff
path: root/http-cache.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'http-cache.tcl')
-rwxr-xr-xhttp-cache.tcl5
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]
- }
-
}