Browse Source

compiler: cleanup

git-svn-id: trunk@19147 -
paul 14 years ago
parent
commit
eca53485b8
1 changed files with 0 additions and 9 deletions
  1. 0 9
      compiler/pexpr.pas

+ 0 - 9
compiler/pexpr.pas

@@ -108,15 +108,6 @@ implementation
                  { error recovery }
                  { error recovery }
                  consume(_RECKKLAMMER);
                  consume(_RECKKLAMMER);
                end
                end
-             {else
-               begin
-                if (tordconstnode(p).value<=0) then
-                  begin
-                     Message(parser_e_invalid_string_size);
-                     tordconstnode(p).value:=255;
-                  end;
-                 consume(_RECKKLAMMER);
-               end}
              else
              else
                begin
                begin
                 if (tordconstnode(p).value<=0) then
                 if (tordconstnode(p).value<=0) then