[genmdesc] Fixed generator to allow instructions lengths equal to 0.
[mono.git] / mcs / class / System.Data / System.Data.ProviderBase / DbConnectionPoolCounters.cs
index e1d57128f41ae611b01b7c079336a0ad5dd7794b..9791e7600b1b271467b77179b6ad7aceaaa026aa 100644 (file)
@@ -30,7 +30,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Data.Common;
 
@@ -64,4 +63,3 @@ namespace System.Data.ProviderBase {
        }
 }
 
-#endif