1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v.markused: remove __print_assert_failure from all_fn_root_names

This commit is contained in:
Delyan Angelov
2021-09-16 19:23:31 +03:00
parent 9180647f99
commit bd65ceb463
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)
}