[sgen] Small simplification of sgen_pin_objects_in_section().
authorMark Probst <mark.probst@gmail.com>
Mon, 18 Aug 2014 22:48:02 +0000 (15:48 -0700)
committerMark Probst <mark.probst@gmail.com>
Tue, 19 Aug 2014 19:17:50 +0000 (12:17 -0700)
commitc69e743177110696cd23625730d838a836028670
treee96cfaa340a5cea668c6e3ed43fe17ebb2fb2e26
parentf35fa6adf5e1cc14ca5af2d8aed3bdac8cc42b49
[sgen] Small simplification of sgen_pin_objects_in_section().

We only have one section, which is the nursery, so don't even pass it in.
Furthermore, it's only called locally, so make it static.
mono/metadata/sgen-gc.c