[svn:parrot] r41776 - trunk/t/src

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Oct 9 23:08:39 UTC 2009


Author: bacek
Date: Fri Oct  9 23:08:38 2009
New Revision: 41776
URL: https://trac.parrot.org/parrot/changeset/41776

Log:
[cage] Remove wrongly created and unused PackFile in t/src/extend.t

Modified:
   trunk/t/src/extend.t

Modified: trunk/t/src/extend.t
==============================================================================
--- trunk/t/src/extend.t	Fri Oct  9 22:57:51 2009	(r41775)
+++ trunk/t/src/extend.t	Fri Oct  9 23:08:38 2009	(r41776)
@@ -637,15 +637,12 @@
     STRING         *code_type;
     STRING         *error;
     STRING         *foo_name;
-    Parrot_PackFile packfile;
 
     if (!interp) {
         printf( "Hiss\n" );
         return 1;
     }
 
-    packfile = PackFile_new_dummy(interp, "dummy");
-
     code_type = Parrot_str_new_constant( interp, "PIR" );
     retval    = Parrot_compile_string( interp, code_type, code, &error );
 


More information about the parrot-commits mailing list