From 1289f38f8733c344e275ae116b6492922d7f955f Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Wed, 31 Dec 2014 15:53:24 -0600 Subject: [PATCH] kill whitespace --- proctl/variables.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/proctl/variables.go b/proctl/variables.go index 2c606c5d..7a1aa2b1 100644 --- a/proctl/variables.go +++ b/proctl/variables.go @@ -423,7 +423,6 @@ func (thread *ThreadContext) evaluateStructMember(parentEntry *dwarf.Entry, read } if name == memberName { - memberInstr, err := instructionsForEntry(memberEntry) if err != nil { return nil, err @@ -441,9 +440,7 @@ func (thread *ThreadContext) evaluateStructMember(parentEntry *dwarf.Entry, read } app := append(parentInstr, memberInstr...) - val, err := thread.extractValue(app, 0, t) - if err != nil { return nil, err }