Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
Co-authored-by: Pepe Iborra <pepeiborra@me.com>
  • Loading branch information
anka-213 and pepeiborra committed Jun 5, 2021
1 parent a581c59 commit 0ad1de1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ghcide/src/Development/IDE/GHC/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ import OccName (parenSymOcc)
import Outputable (Depth (..), Outputable, SDoc,
neverQualify, ppr,
showSDocUnsafe)
-- import PackageConfig (PackageConfig)
-- import Packages ( -- getPackageConfigMap,
-- lookupPackage')
import RdrName (nameRdrName, rdrNameOcc)
import SrcLoc (mkRealSrcLoc)
import StringBuffer
Expand Down
1 change: 0 additions & 1 deletion ghcide/src/Development/IDE/Spans/Documentation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import HscTypes (HscEnv (hsc_dflags))
import Language.LSP.Types (filePathToUri, getUri)
import Name
import NameEnv
-- import Packages
import SrcLoc (RealLocated)
import TcRnTypes

Expand Down
3 changes: 0 additions & 3 deletions ghcide/src/Development/IDE/Types/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ import Development.IDE.Core.RuleTypes
import Development.IDE.GHC.Compat as GHC
import Development.IDE.Graph
import Development.IDE.Types.Diagnostics
-- import GHC hiding (parseModule,
-- typecheckModule)
-- import GhcPlugins as GHC hiding (fst3, (<>))
import Ide.Plugin.Config
import Ide.Types (DynFlagsModifications)
import qualified Language.LSP.Types.Capabilities as LSP
Expand Down

0 comments on commit 0ad1de1

Please # to comment.