Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
descriptor: replace a now redundant assert
descriptor->values is now an array, not a pointer, and so can never be NULL - making this assert meaningless. Replace it with an assertion that the claimed number of values fits within the array size.
- Loading branch information