Skip to content

Commit

Permalink
Removing unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spitz committed Jul 11, 2012
1 parent b56c30b commit 640381f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/StatsdClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ public boolean increment(int magnitude, double sampleRate, String... keys) {
return send(sampleRate, stats);
}

private boolean send(String stat, double sampleRate) {
return send(sampleRate, stat);
}

private boolean send(double sampleRate, String... stats) {

boolean retval = false; // didn't send anything
Expand Down

0 comments on commit 640381f

Please sign in to comment.