From: Jaakko Heinonen Date: Sun, 13 Oct 2002 11:03:14 +0000 (+0000) Subject: removed an obsolete assert clause X-Git-Tag: upstream/0.6.1~2^2~265 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;ds=sidebyside;h=973d57b1cc8cf2c7b53c36bcef53599ab4b4fcfc;hp=182954476229b827362d6cf5f190858be05dc233;p=pkg%2Fabook.git removed an obsolete assert clause --- diff --git a/list.c b/list.c index d349209..cd7fa14 100644 --- a/list.c +++ b/list.c @@ -40,8 +40,6 @@ init_extra_field(enum str_opts option) int i, ret = -1; char *option_str; - assert(option_name != NULL); - option_str = opt_get_str(option); if(option_str && *option_str) {