Skip to content

Commit

Permalink
Merge pull request #8 from rauls5382/master
Browse files Browse the repository at this point in the history
Remove unnecessary named parameter, NFC
  • Loading branch information
rauls5382 committed Mar 11, 2016
2 parents df108c6 + 66e5da9 commit 6ec81ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile/legacy_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ func parseThreadSample(b *bytes.Buffer) (nextl string, addrs []uint64, err error

// parseAdditionalSections parses any additional sections in the
// profile, ignoring any unrecognized sections.
func parseAdditionalSections(l string, b *bytes.Buffer, p *Profile) (err error) {
func parseAdditionalSections(l string, b *bytes.Buffer, p *Profile) error {
for {
if sectionTrigger(l) == memoryMapSection {
break
Expand Down

0 comments on commit 6ec81ae

Please sign in to comment.