lcl: remove hint

git-svn-id: trunk@22726 -
This commit is contained in:
paul 2009-11-23 14:59:30 +00:00
parent cea7ca2577
commit 6264b25bc3

View File

@ -1578,8 +1578,10 @@ end;
//------------------------------------------------------------------------------
procedure ExceptionOccurred(Sender: TObject; Addr:Pointer; FrameCount: Longint;
Frames: PPointer);
{$ifdef DEBUG_ALLOW_DUMPBACKTRACE}
var
FrameNumber: integer;
{$endif}
Begin
DebugLn('[FORMS.PP] ExceptionOccurred ');
if HaltingProgram or HandlingException then Halt;