shithub: rgbds

Download patch

ref: 34d40a67c91cf4f9763a6fc2768dd5d6e68115ce
parent: c21c0f458fdc51335ae6b2773e60e5e6e3423ed1
author: Anthony J. Bentley <[email protected]>
date: Sun May 19 13:08:44 EDT 2013

Remove unused variable.

--- a/include/asm/main.h
+++ b/include/asm/main.h
@@ -22,8 +22,6 @@
 void fatalerror(const char *fmt, ...);
 void yyerror(const char *fmt, ...);
 
-extern char temptext[1024];
-
 #define	YY_FATAL_ERROR fatalerror
 
 #ifdef	YYLMAX
--- a/src/asm/main.c
+++ b/src/asm/main.c
@@ -35,8 +35,6 @@
 
 extern int yydebug;
 
-char temptext[1024];
-
 /*
  * RGBAsm - MAIN.C
  *