Fix for IlAsm round-trip issue #803 (#2168)
authorBrian Sullivan <briansul@microsoft.com>
Mon, 27 Jan 2020 19:01:25 +0000 (11:01 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 19:01:25 +0000 (11:01 -0800)
commit5ef4b14bc591a51cac256ae56717293096e455bf
tree3686987e0f01c7bff6eb7b4cfe26beaf8605e232
parent6688b1a8130937daca36e4b4ae989fc02afe0c0b
Fix for IlAsm round-trip issue #803 (#2168)

Remove the unnecessary assignment m_pCustomDescrList = NULL;
from the method RecordTypeConstraints that was added with my original fix.
src/coreclr/src/ilasm/assembler.cpp