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