chiark / gitweb /
transaction: remove a couple of asserts
[elogind.git] / src / core / transaction.c
index 39cfe54b0a8064b3c7708481e0d86077405c99fd..41f7b82fbdf31d29cfdc2086a21daaed24638df4 100644 (file)
@@ -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);