Bump corefx
[mono.git] / mcs / class / referencesource / System.Data / System / Data / Sql / SqlDataSourceEnumerator.cs
index 657bed3dc7a3478b6bb7ed88b6ac80d0179e9a89..908dec7ecbcb31fd2803552059a67e3127767cca 100644 (file)
@@ -26,7 +26,9 @@ namespace System.Data.Sql {
         internal const string InstanceName   = "InstanceName";
         internal const string IsClustered    = "IsClustered";
         internal const string Version        = "Version";
+#if !MONO
         private  const int    timeoutSeconds = ADP.DefaultCommandTimeout;
+#endif
         private long timeoutTime;                                // variable used for timeout computations, holds the value of the hi-res performance counter at which this request should expire
 
         private SqlDataSourceEnumerator() : base() {