Simplified some code
This commit is contained in:
parent
736d018152
commit
2623e80a93
3 changed files with 7 additions and 17 deletions
|
@ -80,7 +80,7 @@ func (ss *StackStack) End(p *Pointer) (reflect bool) {
|
|||
}
|
||||
}
|
||||
ss.height--
|
||||
ss.head = ss.head.next
|
||||
ss.head = soss
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue