LCL: Cleanup

git-svn-id: trunk@53763 -
This commit is contained in:
juha 2016-12-22 22:29:16 +00:00
parent ed0f21525e
commit 52ab6a0253

View File

@ -923,16 +923,6 @@ begin
end;
end;
procedure DumpAddr(Addr: Pointer);
begin
// preventing another exception, while dumping stack trace
try
DebugLn(BackTraceStrFunc(Addr));
except
DebugLn(SysBackTraceStr(Addr));
end;
end;
procedure DumpExceptionBackTrace;
begin
LazLogger.DumpExceptionBackTrace;