Revert this patch as it breaks mscorlib and System.Web's test compilation
[mono.git] / mcs / mcs / literal.cs
index 1f3ea1124741b3a933f1668a28fc98b1bc384cd2..639e5368c81699ea34af5cfb32eab4d7e8c5ceb3 100644 (file)
@@ -114,13 +114,6 @@ namespace Mono.CSharp {
                        return base.ToType (type, loc);
                }
 
-               public override Constant Reduce(EmitContext ec, Type target_type)
-               {
-                       if (target_type == TypeManager.string_type)
-                               return this;
-
-                       return null;
-               }
        }
 
        //