X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverUtil.hs;h=9a92b83ade9a16c4bfead2bdaee10835813a3174;hb=6ef5df4a1bc630798e0de5e676afe11086b68606;hp=2a4a599911edad2672879d2400a2c43098b5d29d;hpb=67bc0df44a8ca78a66bd99469b7e19feeb9c18d0;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverUtil.hs b/ghc/compiler/main/DriverUtil.hs index 2a4a599..9a92b83 100644 --- a/ghc/compiler/main/DriverUtil.hs +++ b/ghc/compiler/main/DriverUtil.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverUtil.hs,v 1.4 2000/10/26 16:21:02 sewardj Exp $ +-- $Id: DriverUtil.hs,v 1.5 2000/10/27 13:50:25 sewardj Exp $ -- -- Utils for the driver -- @@ -72,7 +72,6 @@ instance Typeable BarfKind where ----------------------------------------------------------------------------- -- Reading OPTIONS pragmas - getOptionsFromSource :: String -- input file -> IO [String] -- options, if any