Skip to content

Commit

Permalink
Delete leftover file trigger definitions
Browse files Browse the repository at this point in the history
These just are leftovers from 861e92f
where trigger stuff was moved to their own header.
  • Loading branch information
pmatilai committed May 8, 2024
1 parent 16759ef commit f69fae9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/rpmts_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ typedef struct tsMembers_s {
std::vector<rpmte> order; /*!< Packages sorted by dependencies. */
} * tsMembers;

typedef struct tsTrigger_s {
unsigned int hdrNum;
int index;
} tsTrigger;

typedef struct tsTriggers_s {
tsTrigger *trigger;
int count;
int alloced;
} tsTriggers;

/** \ingroup rpmts
* The set of packages to be installed/removed atomically.
*/
Expand Down

0 comments on commit f69fae9

Please sign in to comment.