[gs-commits] rev 11612 - trunk/gs/psi
chrisl at ghostscript.com
chrisl at ghostscript.com
Fri Aug 6 17:22:16 UTC 2010
Author: chrisl
Date: 2010-08-06 17:22:16 +0000 (Fri, 06 Aug 2010)
New Revision: 11612
Modified:
trunk/gs/psi/iname.c
Log:
I missed a couple of now unused variables in the previous commit.
Modified: trunk/gs/psi/iname.c
===================================================================
--- trunk/gs/psi/iname.c 2010-08-06 15:49:21 UTC (rev 11611)
+++ trunk/gs/psi/iname.c 2010-08-06 17:22:16 UTC (rev 11612)
@@ -408,11 +408,8 @@
nt->free = 0;
for (i = nt->sub_count; --i >= 0;) {
name_sub_table *sub = nt->sub[i].names;
- name_string_sub_table_t *ssub = nt->sub[i].strings;
if (sub != 0) {
- int save_count = nt->sub_count;
-
name_scan_sub(nt, i, true, true && (gcst != 0));
}
}
More information about the gs-commits
mailing list