diff options
Diffstat (limited to 'lib/libalpm/trans.c')
-rw-r--r-- | lib/libalpm/trans.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index 12441f01..fd0814e6 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -82,10 +82,6 @@ int trans_init(pmtrans_t *trans, unsigned char type, unsigned char flags, alpm_t /* Sanity checks */ ASSERT(trans != NULL, RET_ERR(PM_ERR_TRANS_NULL, -1)); - /* ORE - perform sanity checks on type and flags: - for instance, we can't set UPGRADE and FRESHEN at the same time */ - trans->type = type; trans->flags = flags; trans->cb_event = event; |