diff options
Diffstat (limited to 'lib/libalpm/add.c')
-rw-r--r-- | lib/libalpm/add.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 33898934..b8d76792 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -96,15 +96,6 @@ error: return(-1); } - -/* This is still messy. We have a lot of compare functions, and we should - * try to consolidate them as much as we can (between add and sync) */ -/*static int deppkg_cmp(const void *p1, const void *p2) -{ - return(strcmp(((pmdepmissing_t *)p1)->target, - ((pmdepmissing_t *)p2)->target)); -}*/ - int _alpm_add_prepare(pmtrans_t *trans, pmdb_t *db, alpm_list_t **data) { alpm_list_t *lp = NULL; |