From 16ee07cc52e3262f3eb7e60acdca88cf419ce7bc Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 13 May 2016 20:44:21 -0700 Subject: [PATCH] remove temp type --- hledger-lib/Hledger/Read/JournalReader.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hledger-lib/Hledger/Read/JournalReader.hs b/hledger-lib/Hledger/Read/JournalReader.hs index efc7ffb67..775724dd7 100644 --- a/hledger-lib/Hledger/Read/JournalReader.hs +++ b/hledger-lib/Hledger/Read/JournalReader.hs @@ -438,11 +438,6 @@ applyaccountdirectivep = do pushParentAccount parent return $ ExceptT $ return $ Right id -data Commodity2 = Commodity2 { - csymbol :: String, - cformat :: Maybe AmountStyle - } -- deriving (Eq,Ord,Typeable,Data,Generic) - endapplyaccountdirectivep :: ErroringJournalParser JournalUpdate endapplyaccountdirectivep = do string "end" >> many1 spacenonewline >> string "apply" >> many1 spacenonewline >> string "account"