diff options
Diffstat (limited to 'pkg/pointer/stack-stack.go')
-rw-r--r-- | pkg/pointer/stack-stack.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/pointer/stack-stack.go b/pkg/pointer/stack-stack.go index 6d22f51..2f57b05 100644 --- a/pkg/pointer/stack-stack.go +++ b/pkg/pointer/stack-stack.go @@ -85,11 +85,3 @@ func (ss *StackStack) Under() (reflect bool) { } return false } - -func (ss StackStack) Pop() int { - return ss.head.Pop() -} - -func (ss StackStack) Push(v int) { - ss.head.Push(v) -} |