From 973d57b1cc8cf2c7b53c36bcef53599ab4b4fcfc Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Sun, 13 Oct 2002 11:03:14 +0000 Subject: [PATCH] removed an obsolete assert clause --- list.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.39.2