rcthomas / resist

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

resist-context: remove redundant asserts following memory allocation #32

Closed bcfriesen closed 7 years ago

bcfriesen commented 7 years ago

We already have an assert in resist_malloc() that verifies that the allocation succeeded, so we do not need another one here.

rcthomas commented 7 years ago

You should get a prize. You removed code!