From 75ae6fa36f9988d06e381cae9faf4a169ae2aa40 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 17 Sep 2007 17:42:48 +0000 Subject: [PATCH] Removed an unused member of CompState (csLoadedFiles) --- common/CompState.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/CompState.hs b/common/CompState.hs index a3cc8ee..473f5aa 100644 --- a/common/CompState.hs +++ b/common/CompState.hs @@ -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,