diff options
Diffstat (limited to 'src/GF/Shell.hs')
| -rw-r--r-- | src/GF/Shell.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/GF/Shell.hs b/src/GF/Shell.hs index cde5ff743..d713bcc42 100644 --- a/src/GF/Shell.hs +++ b/src/GF/Shell.hs @@ -181,9 +181,6 @@ execLine put (c@(co, os), arg, cs) (outps,st) = do execC :: CommandOpt -> ShellIO execC co@(comm, opts0) sa@(sh@(st,(h,_,_,_)),a) = checkOptions st co >> case comm of - CImport file | oElem (iOpt "treebank") opts -> do - tbs <- readUniTreebanks file - changeState (addTreebanks tbs) sa CImport file | oElem fromExamples opts -> do es <- liftM nub $ getGFEFiles opts file system $ "gf -examples" +++ unlines es |
