ServicePoint: Use DateTime.UtcNow internally, which avoids looking up the timezone...
[mono.git] / mcs / class / System / System.Net.Configuration / AuthenticationModulesSection.cs
index ea1d7f8908cc9e4eac7e07e136eff0bb64ea16c8..470aa20854a531b088be27cdce560d88283c54eb 100644 (file)
@@ -30,7 +30,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 && CONFIGURATION_DEP
+#if CONFIGURATION_DEP
 
 using System.Configuration;
 
@@ -85,7 +85,6 @@ namespace System.Net.Configuration
                [MonoTODO]
                protected override void InitializeDefault ()
                {
-                       throw new NotImplementedException ();
                }
 
                #endregion // Methods