Remove orphaned null killer

This commit is contained in:
Markus Schirp 2014-05-11 14:43:37 +00:00
parent 95aa3a10b2
commit 93827f1fea

View file

@ -55,25 +55,5 @@ module Mutant
mutation.subject
end
# Null killer that never kills a mutation
class Null < self
private
# Run killer
#
# @return [true]
# when mutant was killed
#
# @return [false]
# otherwise
#
# @api private
#
def run
false
end
end # Null
end # Killer
end # Mutant