v.markused: remove __print_assert_failure from all_fn_root_names
parent
9180647f99
commit
bd65ceb463
|
@ -480,7 +480,6 @@ fn (mut m map) get_and_set(key voidptr, zero voidptr) voidptr {
|
||||||
// Key not found, insert key with zero-value
|
// Key not found, insert key with zero-value
|
||||||
m.set(key, zero)
|
m.set(key, zero)
|
||||||
}
|
}
|
||||||
assert false
|
|
||||||
return voidptr(0)
|
return voidptr(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,6 @@ pub fn mark_used(mut table ast.Table, pref &pref.Preferences, ast_files []&ast.F
|
||||||
'isnil',
|
'isnil',
|
||||||
'opt_ok',
|
'opt_ok',
|
||||||
'error',
|
'error',
|
||||||
'__print_assert_failure',
|
|
||||||
// utf8_str_visible_length is used by c/str.v
|
// utf8_str_visible_length is used by c/str.v
|
||||||
'utf8_str_visible_length',
|
'utf8_str_visible_length',
|
||||||
'compare_ints',
|
'compare_ints',
|
||||||
|
|
Loading…
Reference in New Issue