mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:41:01 +02:00
clean up test code from r58522 #62434fa788 / Fix "goto execution point" Issue #0034175
git-svn-id: trunk@58771 -
This commit is contained in:
parent
4907624f26
commit
6fae020d54
@ -1480,7 +1480,6 @@ begin
|
||||
i:=0;
|
||||
TId := Threads.CurrentThreads.CurrentThreadId;
|
||||
c := CallStack.CurrentCallStackList.EntriesForThreads[TId].CountLimited(30);
|
||||
c := -1;
|
||||
while (i < c) do
|
||||
begin
|
||||
StackEntry := CallStack.CurrentCallStackList.EntriesForThreads[TId].Entries[i];
|
||||
|
Loading…
Reference in New Issue
Block a user