Remove unused struct member
This commit is contained in:
parent
53ae81291b
commit
2ecf625c5b
@ -16,7 +16,6 @@ type DebuggedProcess struct {
|
|||||||
Pid int
|
Pid int
|
||||||
Process *os.Process
|
Process *os.Process
|
||||||
Executable *elf.File
|
Executable *elf.File
|
||||||
Symbols []elf.Symbol
|
|
||||||
GoSymTable *gosym.Table
|
GoSymTable *gosym.Table
|
||||||
FrameEntries *frame.FrameDescriptionEntries
|
FrameEntries *frame.FrameDescriptionEntries
|
||||||
BreakPoints map[uint64]*BreakPoint
|
BreakPoints map[uint64]*BreakPoint
|
||||||
|
Loading…
Reference in New Issue
Block a user