diff options
Diffstat (limited to 'src/GF/Compile/ReadFiles.hs')
| -rw-r--r-- | src/GF/Compile/ReadFiles.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GF/Compile/ReadFiles.hs b/src/GF/Compile/ReadFiles.hs index a1e0c287d..b96d3127b 100644 --- a/src/GF/Compile/ReadFiles.hs +++ b/src/GF/Compile/ReadFiles.hs @@ -177,7 +177,6 @@ importsOfModule (m,mi) = (modName m,depModInfo mi []) depModType (MTInterface) xs = xs depModType (MTConcrete m2) xs = modName m2:xs depModType (MTInstance m2) xs = modName m2:xs - depModType (MTTransfer o1 o2) xs = depOpen o1 (depOpen o2 xs) depExtends es xs = foldr depInclude xs es |
