Remove orphaned null killer
This commit is contained in:
parent
95aa3a10b2
commit
93827f1fea
1 changed files with 0 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue