2009-09-02 Rodrigo Kumpera <rkumpera@novell.com>
commit54a681ca9da35162c6fbb994c0697a240d237938
authorkumpera <kumpera@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Wed, 2 Sep 2009 22:56:02 +0000 (2 22:56 +0000)
committerkumpera <kumpera@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Wed, 2 Sep 2009 22:56:02 +0000 (2 22:56 +0000)
tree2beafea89574e93df269a8f7b243db320b3eb5ae
parentc390c9297557d6dc60db9133cebce4d0b86fced1
2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>

* class.c (mono_class_setup_fields): Remove duplicated local variable
named gklass.
Rename gklass to gtd to reflect the fact that it points to the generic
type definition.
Remove the duplicated call to mono_class_setup_fields on gtd and move
the error check to the beginning.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@141184 e3ebcda4-bce8-0310-ba0a-eca2169e7518
mono/metadata/ChangeLog
mono/metadata/class.c