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