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