Remove reset functionallity we'll add mutations in forked processes
This commit is contained in:
parent
e0df644a7a
commit
31d718c46d
2 changed files with 0 additions and 12 deletions
|
@ -91,7 +91,6 @@ module Mutant
|
|||
reporter.mutation(mutation)
|
||||
kill(mutation)
|
||||
end
|
||||
subject.reset
|
||||
end
|
||||
|
||||
# Run killer on mutation
|
||||
|
|
|
@ -93,17 +93,6 @@ module Mutant
|
|||
end
|
||||
memoize :original_root
|
||||
|
||||
# Reset subject into original state
|
||||
#
|
||||
# @return [self]
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
def reset
|
||||
Loader::Eval.run(original_root)
|
||||
self
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
# Initialize subject
|
||||
|
|
Loading…
Reference in a new issue