]> git.deb.at Git - pkg/abook.git/commitdiff
removed an obsolete assert clause
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Sun, 13 Oct 2002 11:03:14 +0000 (11:03 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Sun, 13 Oct 2002 11:03:14 +0000 (11:03 +0000)
list.c

diff --git a/list.c b/list.c
index d349209582f31f44df74ccae33045a623b8d8dfc..cd7fa14c0656bf45dc8e5aee8073e041113469e3 100644 (file)
--- 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) {