From 43959bccde198171cee796fdfbd82ae5a75a4378 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 12:54:51 +0000 Subject: Avoid arguments we're not using. Having methods take arguments which are ignored is a misleading thing, prefix with "_" to make that explicit, or remove. --- lib/custodian/alerts/redis-state.rb | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'lib/custodian/alerts') diff --git a/lib/custodian/alerts/redis-state.rb b/lib/custodian/alerts/redis-state.rb index 03b31fa..7d9daa7 100644 --- a/lib/custodian/alerts/redis-state.rb +++ b/lib/custodian/alerts/redis-state.rb @@ -91,19 +91,6 @@ module Custodian @redis.ltrim( "recent-tests", 0, 100 ) end - - - # - # Store a test-duration in redis - # - def duration( ms ) - - return unless( @redis ) - - # NOP - end - - register_alert_type "redis" end -- cgit v1.2.1