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:
@@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user