From 6fae020d54475c2f23a391cabbbad235f40e4f1d Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 24 Aug 2018 15:17:37 +0000 Subject: [PATCH] clean up test code from r58522 #62434fa788 / Fix "goto execution point" Issue #0034175 git-svn-id: trunk@58771 - --- ide/debugmanager.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/ide/debugmanager.pas b/ide/debugmanager.pas index cc805f9260..a1c76b8b6b 100644 --- a/ide/debugmanager.pas +++ b/ide/debugmanager.pas @@ -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];