From 859ab54a3cc8afdc01980e3e97e91b45480586dc Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 10 Oct 2014 08:50:28 -0400 Subject: [PATCH] Cleanup --- src/parser/cvc/Cvc.g | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/parser/cvc/Cvc.g b/src/parser/cvc/Cvc.g index 85939dd22..ead8caa20 100644 --- a/src/parser/cvc/Cvc.g +++ b/src/parser/cvc/Cvc.g @@ -1465,10 +1465,6 @@ arithmeticBinop[unsigned& op] | EXP_TOK ; -moreArrayStores[CVC4::Expr& f] - : COMMA arrayStore[f] - ; - /** Parses an array/tuple/record assignment term. */ term[CVC4::Expr& f] @init { -- 2.30.2