From 3caf012eb963b026a754d84fb5ee5fd931240ca3 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 23 Jul 2012 23:01:04 +0200 Subject: [PATCH] Remove dead code --- lib/mutant/matcher/method/classifier.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/mutant/matcher/method/classifier.rb b/lib/mutant/matcher/method/classifier.rb index dad11ee3..2be75b8d 100644 --- a/lib/mutant/matcher/method/classifier.rb +++ b/lib/mutant/matcher/method/classifier.rb @@ -43,10 +43,6 @@ module Mutant def scope TABLE.fetch(scope_name) end - - def method - scope.method(method_name) - end end end end