[svn:parrot] r47840 - trunk/compilers/imcc

petdance at svn.parrot.org petdance at svn.parrot.org
Fri Jun 25 21:59:58 UTC 2010


Author: petdance
Date: Fri Jun 25 21:59:57 2010
New Revision: 47840
URL: https://trac.parrot.org/parrot/changeset/47840

Log:
removed unused var

Modified:
   trunk/compilers/imcc/pbc.c

Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c	Fri Jun 25 18:49:10 2010	(r47839)
+++ trunk/compilers/imcc/pbc.c	Fri Jun 25 21:59:57 2010	(r47840)
@@ -901,7 +901,6 @@
         const CHARSET *s_charset;
         const ENCODING *s_encoding = NULL;
         const ENCODING *src_encoding;
-        const char *charset;
         #define MAX_NAME 31
         char charset_name[MAX_NAME + 1];
         char encoding_name[MAX_NAME + 1];


More information about the parrot-commits mailing list