From 86b136bb592bf576a3da950fee153f6d4f5b9d15 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 18 Jan 2007 16:52:57 +0000 Subject: Dan McGee * Removed some unnecessary headers and library links * Made things static if possible * Cleaned up makefiles a bit * Fixed some old comments in the code * Fixed some errors the static code checker splint pointed out * Backwards arguments in a memset call in _alpm_db_read (could have been worse) * Other various small fixes Other: * Default to 80 columns when getcols cannot determine display width * Removal of ._install as a valid install file in packages --- lib/libalpm/list.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libalpm/list.c') diff --git a/lib/libalpm/list.c b/lib/libalpm/list.c index 61a87113..b6797073 100644 --- a/lib/libalpm/list.c +++ b/lib/libalpm/list.c @@ -23,7 +23,6 @@ #include #include #include -#include /* pacman */ #include "list.h" #include "util.h" @@ -307,8 +306,6 @@ pmlist_t *_alpm_list_last(pmlist_t *list) return(NULL); } - assert(list->last != NULL); - return(list->last); } -- cgit v1.2.3