From 0d386684e7a1247bdf098b21ebaf0a6bf94da39a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 3 Nov 2024 17:02:05 +1100 Subject: fixed configure.tcl bugs preventing from running --- http-cache.tcl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'http-cache.tcl') 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] - } - } -- cgit v1.2.3