summaryrefslogtreecommitdiff
path: root/Types/FileMatcher.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2021-03-01 16:34:40 -0400
committerJoey Hess <joeyh@joeyh.name>2021-03-01 16:35:38 -0400
commitee4fd38ecfd54fe635d921c9e4abb8170dd8ae2c (patch)
tree97e5c44aa967da22e96486d7a0feae9e7ab39c5e /Types/FileMatcher.hs
parent25e4ab7e811185bf9f44875f49e2e111ecb39831 (diff)
remove unused contentFile = Nothing
Diffstat (limited to 'Types/FileMatcher.hs')
-rw-r--r--Types/FileMatcher.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/FileMatcher.hs b/Types/FileMatcher.hs
index 2b8811d743..8ac1274d1d 100644
--- a/Types/FileMatcher.hs
+++ b/Types/FileMatcher.hs
@@ -29,7 +29,7 @@ data MatchInfo
| MatchingUserInfo UserProvidedInfo
data FileInfo = FileInfo
- { contentFile :: Maybe RawFilePath
+ { contentFile :: RawFilePath
-- ^ path to a file containing the content, for operations
-- that examine it
, matchFile :: RawFilePath