remove TARGET_JVM define
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Mon, 12 Mar 2007 14:28:44 +0000 (14:28 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Mon, 12 Mar 2007 14:28:44 +0000 (14:28 -0000)
svn path=/trunk/mcs/; revision=74126

mcs/class/System.Web/System.Web.UI.WebControls/ObjectDataSourceView.cs

index 5bce96649969c4398f70bd9a9d7e4ea537059054..80d0239642b507fe686898924aa85fe336dd86da 100644 (file)
@@ -492,7 +492,6 @@ namespace System.Web.UI.WebControls
                        if (type != null)
                                return type;
 
-#if !TARGET_JVM
                        IList tla;
                        if ((tla = BuildManager.TopLevelAssemblies) != null) {
                                foreach (Assembly asm in tla) {
@@ -503,7 +502,7 @@ namespace System.Web.UI.WebControls
                                                return type;
                                }
                        }
-#endif
+
                        if (!Directory.Exists (PrivateBinPath))
                                return null;