Commit bacfe6a2588b11aba89e39769d186dffe03996e4

Thomas de Grivel 2024-12-09T17:21:57

fix list_access

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/libkc3/list.c b/libkc3/list.c
index 1a5d4d1..4f7fb0b 100644
--- a/libkc3/list.c
+++ b/libkc3/list.c
@@ -36,7 +36,6 @@ s_tag * list_access (s_list *list, s_list *key, s_tag *dest)
   const s_sym *sym_Uw = &g_sym_Uw;
   s_tag tag;
   uw i;
-  assert(list);
   assert(key);
   assert(dest);
   key_first = &key->tag;