Clean up some static initializers
[mono.git] / mcs / class / corlib / System.Reflection.Emit / PropertyToken.cs
index b5ba3de6858c8f858e4b684bb66d25830d508a39..ca4868ec3ca0a93c2ca50ab34ad649c864e2a441 100644 (file)
@@ -39,14 +39,7 @@ namespace System.Reflection.Emit {
 
                internal int tokValue;
 
-               public static readonly PropertyToken Empty;
-
-
-               static PropertyToken ()
-               {
-                       Empty = new PropertyToken ();
-               }
-
+               public static readonly PropertyToken Empty = new PropertyToken ();
 
                internal PropertyToken (int val)
                {