chore(library/tactic/vm_monitor): remove "leftovers"

This commit is contained in:
Leonardo de Moura 2016-11-16 14:23:55 -08:00
parent 0b865a3136
commit 761950bc3b

View file

@ -272,8 +272,6 @@ static format default_format(vm_state const & vm, unsigned idx) {
vm_local_info info = vm.get_info(idx);
if (auto type = info.second) {
try {
std::cout << info.first << " : " << *type << "\n>> ";
vm.display(std::cout, o); std::cout << "\n";
vm_state & curr_vm = get_vm_state();
type_context ctx(curr_vm.env());
level u = get_level(ctx, *type);