Remove assert that's no longer needed

This commit is contained in:
baldurk
2016-04-11 20:57:16 +02:00
parent 83ff0df942
commit df00fc95e7
@@ -3038,8 +3038,6 @@ void AddSignatureParameter(uint32_t id, uint32_t childIdx, string varName, SPVTy
rowmajor = false;
}
RDCASSERT(sig.regIndex < 16);
if(type->type == SPVTypeData::ePointer)
type = type->baseType;