Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,323
Issues
4,323
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
367
Merge Requests
367
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
b1d6a608
Commit
b1d6a608
authored
Mar 30, 2015
by
thomie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused field `PipeEnv.pe_isHaskellishFile`
Differential Revision:
https://phabricator.haskell.org/D774
parent
c37ee4a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
compiler/main/DriverPipeline.hs
compiler/main/DriverPipeline.hs
+1
-2
compiler/main/PipelineMonad.hs
compiler/main/PipelineMonad.hs
+0
-1
No files found.
compiler/main/DriverPipeline.hs
View file @
b1d6a608
...
...
@@ -597,8 +597,7 @@ runPipeline stop_phase hsc_env0 (input_fn, mb_phase)
isHaskellishFile
=
isHaskell
start_phase
env
=
PipeEnv
{
pe_isHaskellishFile
=
isHaskellishFile
,
stop_phase
,
env
=
PipeEnv
{
stop_phase
,
src_filename
=
input_fn
,
src_basename
=
basename
,
src_suffix
=
suffix'
,
...
...
compiler/main/PipelineMonad.hs
View file @
b1d6a608
...
...
@@ -50,7 +50,6 @@ instance Outputable PhasePlus where
-- PipeEnv: invariant information passed down
data
PipeEnv
=
PipeEnv
{
pe_isHaskellishFile
::
Bool
,
stop_phase
::
Phase
,
-- ^ Stop just before this phase
src_filename
::
String
,
-- ^ basename of original input source
src_basename
::
String
,
-- ^ basename of original input source
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment