* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / System.Data / System.Data.Common / DbTable.cs
index 28ef92b93b431b7f45a4dacd8b14e22a846c01c4..69666b15787c0c88c20c6b3e4db978e117066d43 100644 (file)
@@ -30,7 +30,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-
+#if NET_2_0 || TARGET_JVM
 
 using System.ComponentModel;
 
@@ -241,4 +241,4 @@ namespace System.Data.Common {
        }
 }
 
-
+#endif