]> git.deb.at Git - pkg/abook.git/blobdiff - list.c
removed an obsolete assert clause
[pkg/abook.git] / 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) {