diff options
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 |
