summaryrefslogtreecommitdiff
path: root/derive.cc
diff options
context:
space:
mode:
Diffstat (limited to 'derive.cc')
-rw-r--r--derive.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/derive.cc b/derive.cc
index eb0c2660..5141c18e 100644
--- a/derive.cc
+++ b/derive.cc
@@ -36,7 +36,6 @@ entry_t * derive_new_entry(journal_t& journal,
if (i == end) {
// If no argument were given but the payee, assume the user wants
// to see the same transaction as last time.
- added->state = matching->state;
added->code = matching->code;
for (transactions_list::iterator j = matching->transactions.begin();