mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 17:49:05 +02:00
Remove unused variable FProcessConfig.
This commit is contained in:
parent
dc38deaaa5
commit
b7a20adaeb
@ -338,7 +338,6 @@ type
|
||||
procedure FDbgControllerLibraryUnloaded(var continue: boolean; ALib: TDbgLibrary);
|
||||
function GetDebugInfo: TDbgInfo;
|
||||
protected
|
||||
FProcessConFig: TDbgProcessConfig;
|
||||
procedure GetCurrentThreadAndStackFrame(out AThreadId, AStackFrame: Integer);
|
||||
function GetContextForEvaluate(const ThreadId, StackFrame: Integer): TFpDbgSymbolScope;
|
||||
|
||||
@ -3779,7 +3778,6 @@ begin
|
||||
FMemManager.MemLimits.MaxArrayLen := TFpDebugDebuggerProperties(GetProperties).MemLimits.MaxArrayLen;
|
||||
FMemManager.MemLimits.MaxStringLen := TFpDebugDebuggerProperties(GetProperties).MemLimits.MaxStringLen;
|
||||
FMemManager.MemLimits.MaxNullStringSearchLen := TFpDebugDebuggerProperties(GetProperties).MemLimits.MaxNullStringSearchLen;
|
||||
FProcessConFig := nil;
|
||||
FDbgController := TDbgController.Create(FMemManager);
|
||||
FDbgController.OnCreateProcessEvent:=@FDbgControllerCreateProcessEvent;
|
||||
FDbgController.OnHitBreakpointEvent:=@FDbgControllerHitBreakpointEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user