mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Remove unneeded assert
This commit is contained in:
@@ -717,7 +717,6 @@ namespace lbAbiAmd64SysV {
|
|||||||
i += 1;
|
i += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
GB_ASSERT(types.count != 0);
|
|
||||||
if (types.count == 1) {
|
if (types.count == 1) {
|
||||||
return types[0];
|
return types[0];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user