diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2026-05-18 02:07:26 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2026-05-18 02:07:26 +0200 |
| commit | ca2df6248ed62629b688bb677009d79ae9b51fbc (patch) | |
| tree | e948343b7e8ea7a099ac227b5f5ae2f358832634 /src/compiler/GF/Compile/PMCFGTestHooks.hs | |
| parent | 93e64faa49931bb8beb2e577f79f103084d34ed1 (diff) | |
Remove cache (no clear benefit)
Diffstat (limited to 'src/compiler/GF/Compile/PMCFGTestHooks.hs')
| -rw-r--r-- | src/compiler/GF/Compile/PMCFGTestHooks.hs | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
