shithub: mc

Download patch

ref: 73fd799e8bc284b5cdc33aa6fbee256fc0df1f8d
parent: 6548095afc43ceb247728bf25f75949639a3263d
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Aug 16 21:21:07 EDT 2016

Remove unused variables.

--- a/parse/infer.c
+++ b/parse/infer.c
@@ -25,9 +25,6 @@
 	Type *ret;
 
 	/* bound by patterns turn into decls in the action block */
-	Node **binds;
-	size_t nbinds;
-	/* bound by patterns turn into decls in the action block */
 	Node **impldecl;
 	size_t nimpldecl;
 	/* nodes that need post-inference checking/unification */