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