From ca2df6248ed62629b688bb677009d79ae9b51fbc Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Mon, 18 May 2026 02:07:26 +0200 Subject: Remove cache (no clear benefit) --- src/compiler/GF/Compile/PMCFGTestHooks.hs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/compiler/GF/Compile/PMCFGTestHooks.hs') diff --git a/src/compiler/GF/Compile/PMCFGTestHooks.hs b/src/compiler/GF/Compile/PMCFGTestHooks.hs index e8014107e..8815f2911 100644 --- a/src/compiler/GF/Compile/PMCFGTestHooks.hs +++ b/src/compiler/GF/Compile/PMCFGTestHooks.hs @@ -4,7 +4,6 @@ module GF.Compile.PMCFGTestHooks , PMCFGResults(..) , getFIdsPre , getFIdsOptimized - , getFIdsOptimizedCached , getSingleFIdPre , getSingleFIdOptimized , pmcfgResults @@ -26,9 +25,6 @@ getFIdsPre = Pre.pmcfgTestGetFIds getFIdsOptimized :: TestSchema -> [FId] getFIdsOptimized = Optimized.pmcfgTestGetFIds -getFIdsOptimizedCached :: TestSchema -> ([FId], [FId]) -getFIdsOptimizedCached = Optimized.pmcfgTestGetFIdsCached - getSingleFIdPre :: TestSchema -> FId getSingleFIdPre = Pre.pmcfgTestGetSingleFId -- cgit v1.2.3