Skip to content
Snippets Groups Projects
Commit af3368ab authored by Morris Jette's avatar Morris Jette
Browse files

Remove bad assert in layouts framework

parent e824b341
No related branches found
No related tags found
No related merge requests found
...@@ -488,7 +488,6 @@ s_p_hashtbl_t* _hashtbl_copy_keys(const s_p_hashtbl_t* from_hashtbl, ...@@ -488,7 +488,6 @@ s_p_hashtbl_t* _hashtbl_copy_keys(const s_p_hashtbl_t* from_hashtbl,
int len, i; int len, i;
xassert(from_hashtbl); xassert(from_hashtbl);
xassert(to_hashtbl);
len = CONF_HASH_LEN * sizeof(s_p_values_t *); len = CONF_HASH_LEN * sizeof(s_p_values_t *);
to_hashtbl = (s_p_hashtbl_t *)xmalloc(len); to_hashtbl = (s_p_hashtbl_t *)xmalloc(len);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment