chiark / gitweb /
transaction: remove the anchor link
[elogind.git] / src / core / transaction.h
index 4818cea38e654e2b5efef96ae6472d72937d35e5..74d74616a35d990edbdfd8f7ea886852173a57f0 100644 (file)
@@ -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 */
 };