v.markused: remove __print_assert_failure from all_fn_root_names

pull/11529/head
Delyan Angelov 2021-09-16 19:23:31 +03:00
parent 9180647f99
commit bd65ceb463
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 0 additions and 2 deletions

View File

@ -480,7 +480,6 @@ fn (mut m map) get_and_set(key voidptr, zero voidptr) voidptr {
// Key not found, insert key with zero-value
m.set(key, zero)
}
assert false
return voidptr(0)
}

View File

@ -36,7 +36,6 @@ pub fn mark_used(mut table ast.Table, pref &pref.Preferences, ast_files []&ast.F
'isnil',
'opt_ok',
'error',
'__print_assert_failure',
// utf8_str_visible_length is used by c/str.v
'utf8_str_visible_length',
'compare_ints',