summaryrefslogtreecommitdiff
path: root/http-cache.tcl
diff options
context:
space:
mode:
authorYour Name <you@example.com>2024-11-03 17:02:05 +1100
committerYour Name <you@example.com>2024-11-03 17:02:05 +1100
commit0d386684e7a1247bdf098b21ebaf0a6bf94da39a (patch)
tree5e81e6610aa38fcb39b618e9fb876466dcc40e7d /http-cache.tcl
parenta3bdaf37b72013fe581f108c4798137e1ea267cd (diff)
fixed configure.tcl bugs preventing from runningHEADmaster
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]
- }
-
}