Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Also shouldn't need extended 'time' module stuff here
Browse files Browse the repository at this point in the history
Time.now is built in. Loading the time library adds some stuff like
Time#iso8601 but doesn't seem to be used here.
  • Loading branch information
rtomayko committed Mar 31, 2015
1 parent 8145eed commit d3a7ccb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/statsd.rb
@@ -1,5 +1,4 @@
require 'socket'
require 'time'
require 'zlib'

# = Statsd: A Statsd client (https://github.com/etsy/statsd)
Expand Down

0 comments on commit d3a7ccb

Please sign in to comment.