From 3fdbe19cbabc6eeb1a4c291a39b506f888c7e8e9 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Fri, 13 May 2016 09:59:11 +0000 Subject: [PATCH] Inverted patch char in darcs inventory is unused, obsolete --- src/Darcs/Local/PatchInfo/Types.hs | 2 -- 1 file changed, 2 deletions(-) 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.