From 62b673a6b8444c14c169a984dd6e3fc8f685851e Mon Sep 17 00:00:00 2001 From: ajreynol Date: Mon, 15 Feb 2016 13:02:02 -0600 Subject: Eliminate most of the internal representation infrastructure for tuples and records, replace with datatypes throughout, update cvc printer for tuples/records. Minor changes to API for records and tuples. --- src/printer/smt2/smt2_printer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/printer/smt2') diff --git a/src/printer/smt2/smt2_printer.cpp b/src/printer/smt2/smt2_printer.cpp index ece4e9177..657d288e7 100644 --- a/src/printer/smt2/smt2_printer.cpp +++ b/src/printer/smt2/smt2_printer.cpp @@ -333,7 +333,6 @@ void Smt2Printer::toStream(std::ostream& out, TNode n, case kind::EQUAL: case kind::DISTINCT: out << smtKindString(k) << " "; break; case kind::CHAIN: break; - case kind::TUPLE: break; case kind::FUNCTION_TYPE: for(size_t i = 0; i < n.getNumChildren() - 1; ++i) { if(i > 0) { @@ -694,7 +693,6 @@ static string smtKindString(Kind k) throw() { case kind::EQUAL: return "="; case kind::DISTINCT: return "distinct"; case kind::CHAIN: break; - case kind::TUPLE: break; case kind::SEXPR: break; // bool theory -- cgit v1.2.3