changeset 58:62372522ce9c

Clean up warning about unused variable
author lost@l-w.ca
date Wed, 06 Apr 2011 00:40:40 -0600
parents e2728091b75a
children 1830faeef332
files lwasm/pseudo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwasm/pseudo.c	Wed Apr 06 00:12:33 2011 -0600
+++ b/lwasm/pseudo.c	Wed Apr 06 00:40:40 2011 -0600
@@ -1576,7 +1576,7 @@
 	};
 	int tv = 0;
 	char *tstr;
-	int i, strop;
+	int strop;
 	
 	l -> len = 0;