Browse Source

- removed some more unnecessary code after r30855

git-svn-id: trunk@30857 -
Jonas Maebe 10 năm trước cách đây
mục cha
commit
ac592ed634
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      compiler/nset.pas

+ 0 - 5
compiler/nset.pas

@@ -756,11 +756,6 @@ implementation
            begin
              if_node:=makeifblock(labels, elseblock);
 
-             for i:=0 to blocks.count-1 do
-               begin
-                 pcaseblock(blocks[i])^.statement:=nil;
-               end;
-
              if assigned(init_block) then
                firstpass(tnode(init_block));