Clean up some static initializers
[mono.git] / mcs / class / corlib / Mono.Security.Cryptography / KeyPairPersistence.cs
index ac694bb5ef0d1d2721a43743de6e688ef642e00f..c118cc3785c7633399b4d0fff3da33ba6cdbf9a4 100644 (file)
@@ -100,10 +100,10 @@ namespace Mono.Security.Cryptography {
 #endif
        class KeyPairPersistence {
        
-               private static bool _userPathExists = false; // check at 1st use
+               private static bool _userPathExists; // check at 1st use
                private static string _userPath;
                
-               private static bool _machinePathExists = false; // check at 1st use
+               private static bool _machinePathExists; // check at 1st use
                private static string _machinePath;
 
                private CspParameters _params;