[svn:parrot] r48528 - trunk/src
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Mon Aug 16 18:42:50 UTC 2010
Author: plobsing
Date: Mon Aug 16 18:42:50 2010
New Revision: 48528
URL: https://trac.parrot.org/parrot/changeset/48528
Log:
eliminate useless var
Modified:
trunk/src/packout.c
Modified: trunk/src/packout.c
==============================================================================
--- trunk/src/packout.c Mon Aug 16 18:37:12 2010 (r48527)
+++ trunk/src/packout.c Mon Aug 16 18:42:50 2010 (r48528)
@@ -346,7 +346,6 @@
ASSERT_ARGS(PackFile_Constant_pack)
PMC *key;
size_t i;
- STRING *image;
*cursor++ = self->type;
More information about the parrot-commits
mailing list