Ooops; removed debugging statement.
authorMartin Baulig <martin@novell.com>
Fri, 17 Jun 2005 06:32:31 +0000 (06:32 -0000)
committerMartin Baulig <martin@novell.com>
Fri, 17 Jun 2005 06:32:31 +0000 (06:32 -0000)
svn path=/trunk/mcs/; revision=46116

mcs/gmcs/cs-parser.jay

index 29136d932fe57d3f6b896177607673c83596a188..ffea068381519643ea0a5a37edad81351d6436df 100644 (file)
@@ -3500,7 +3500,6 @@ relational_expression
                yyErrorFlag = 3;
          } nullable_type_or_conditional
          {
-               Report.Debug (64, "PARSE IS", $1, $1.GetType (), $4, $4.GetType (), lexer.Location);
                $$ = new Is ((Expression) $1, (Expression) $4, lexer.Location);
          }
        | relational_expression AS