diff --git a/src/Darcs/Local/PatchInfo/Types.hs b/src/Darcs/Local/PatchInfo/Types.hs index 407730e..f3779ba 100644 --- a/src/Darcs/Local/PatchInfo/Types.hs +++ b/src/Darcs/Local/PatchInfo/Types.hs @@ -56,8 +56,6 @@ data PatchInfo = PatchInfo , piTag :: Bool -- | When the patch was recorded , piTime :: UTCTime - -- Whether the patch is inverted - --, piInverted :: Bool } -- | The information from the hashed inventory file.