Removed an unused member of CompState (csLoadedFiles)
This commit is contained in:
parent
a4453fe3c3
commit
75ae6fa36f
|
@ -68,7 +68,6 @@ data CompState = CompState {
|
|||
csUnscopedNames :: Map String String,
|
||||
csNameCounter :: Int,
|
||||
csTypeContext :: [Maybe A.Type],
|
||||
csLoadedFiles :: [String],
|
||||
csWarnings :: [String],
|
||||
|
||||
-- Set by passes
|
||||
|
@ -100,7 +99,6 @@ emptyState = CompState {
|
|||
csUnscopedNames = Map.empty,
|
||||
csNameCounter = 0,
|
||||
csTypeContext = [],
|
||||
csLoadedFiles = [],
|
||||
csWarnings = [],
|
||||
|
||||
csNonceCounter = 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user