diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2012-04-19 23:56:26 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2012-04-20 17:12:28 +0200 |
commit | f1c2bdca422dba1bc5615f72662dee5ce69c147b (patch) | |
tree | 8f0ff43a59ca5b2cb6b5affa8e52ac2e1995dece /src | |
parent | e6eda1f23efab618bb26e7015230d8552b401dc6 (diff) |
transaction: remove a couple of asserts
We already asserted these facts in the previous loop.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/transaction.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/transaction.c b/src/core/transaction.c index 39cfe54b0a..41f7b82fbd 100644 --- a/src/core/transaction.c +++ b/src/core/transaction.c @@ -611,9 +611,6 @@ static int transaction_apply(Transaction *tr, Manager *m, JobMode mode) { /* We're fully installed. Now let's free data we don't * need anymore. */ - assert(!j->transaction_next); - assert(!j->transaction_prev); - /* Clean the job dependencies */ transaction_unlink_job(tr, j, false); |