Skip to content

Commit

Permalink
Remove unused method aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jan 3, 2012
1 parent 80e6aed commit abb9ea1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/god/driver.rb
Expand Up @@ -91,9 +91,6 @@ def pop
end
end

alias shift pop
alias deq pop

#
# Add an event to the queue, wake any waiters if what we added needs to
# happen sooner than the next pending event
Expand All @@ -109,9 +106,6 @@ def push(event)
end
end

alias << push
alias enq push

def empty?
@events.empty?
end
Expand Down

0 comments on commit abb9ea1

Please sign in to comment.