Browse Source

- remove accidently committed (commented though) debug statement

git-svn-id: trunk@30000 -
florian 10 years ago
parent
commit
0a17a08b28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/symdef.pas

+ 0 - 1
compiler/symdef.pas

@@ -3102,7 +3102,6 @@ implementation
       begin
       begin
         inherited create(pointerdef,def);
         inherited create(pointerdef,def);
         has_pointer_math:=cs_pointermath in current_settings.localswitches;
         has_pointer_math:=cs_pointermath in current_settings.localswitches;
-        // Dump_Stack(Output,get_frame);
       end;
       end;