diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2012-04-20 02:11:14 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2012-04-20 17:12:28 +0200 |
commit | e6eda1f23efab618bb26e7015230d8552b401dc6 (patch) | |
tree | b2b777cc9ca22c079285c3a3e0d606e1e01ae22a /src/core/transaction.h | |
parent | 38809d9dfed4c75d9e97c4e5da2ff957723c4cad (diff) |
transaction: remove the anchor link
tr->anchor_job is sufficient.
Diffstat (limited to 'src/core/transaction.h')
-rw-r--r-- | src/core/transaction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/transaction.h b/src/core/transaction.h index 4818cea38e..74d74616a3 100644 --- a/src/core/transaction.h +++ b/src/core/transaction.h @@ -11,7 +11,6 @@ typedef struct Transaction Transaction; struct Transaction { /* Jobs to be added */ Hashmap *jobs; /* Unit object => Job object list 1:1 */ - JobDependency *anchor; Job *anchor_job; /* the job the user asked for */ }; |