Remove reset functionallity we'll add mutations in forked processes

This commit is contained in:
Markus Schirp 2012-12-07 16:32:13 +01:00
parent e0df644a7a
commit 31d718c46d
2 changed files with 0 additions and 12 deletions

View file

@ -91,7 +91,6 @@ module Mutant
reporter.mutation(mutation)
kill(mutation)
end
subject.reset
end
# Run killer on mutation

View file

@ -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