This commit is contained in:
Horis
2025-04-07 16:28:24 +08:00
parent 5474771f38
commit f21adfe93f

View File

@@ -64,7 +64,6 @@ class AnalyzeRule(
private var analyzeByJSonPath: AnalyzeByJSonPath? = null
private val stringRuleCache = hashMapOf<String, List<SourceRule>>()
private val regexCache = hashMapOf<String, Regex?>()
private var coroutineContext: CoroutineContext = EmptyCoroutineContext