# File lib/rb-kqueue/watcher.rb, line 59
    def delete!
      kevent! :delete
      @queue.watchers.delete([@filter, @ident])
    end