shithub: mc

Download patch

ref: 2b93bb53428f082ef83e54a6198ea6da88cd66a3
parent: 52e1e5f1b71f08e62aa60f7bc061554878cd48a0
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Apr 7 19:46:15 EDT 2016

Remove dead variables.

--- a/6/simp.c
+++ b/6/simp.c
@@ -36,12 +36,6 @@
 	int hasenv;
 	int isbigret;
 
-	/* break/continue handling */
-	Node **loopstep;
-	size_t nloopstep;
-	Node **loopexit;
-	size_t nloopexit;
-
 	/* location handling */
 	Node **blobs;
 	size_t nblobs;