Browse Source

Remove unneeded assert

gingerBill 4 years ago
parent
commit
e08f39ec28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/llvm_abi.cpp

+ 0 - 1
src/llvm_abi.cpp

@@ -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];
 		}
 		}