[svn:parrot] r49467 - trunk/src/runcore

cotto at svn.parrot.org cotto at svn.parrot.org
Wed Oct 6 21:38:24 UTC 2010


Author: cotto
Date: Wed Oct  6 21:38:24 2010
New Revision: 49467
URL: https://trac.parrot.org/parrot/changeset/49467

Log:
[profiling] minor cleanup

Modified:
   trunk/src/runcore/profiling.c

Modified: trunk/src/runcore/profiling.c
==============================================================================
--- trunk/src/runcore/profiling.c	Wed Oct  6 21:03:20 2010	(r49466)
+++ trunk/src/runcore/profiling.c	Wed Oct  6 21:38:24 2010	(r49467)
@@ -677,14 +677,11 @@
 
     ASSERT_ARGS(get_ns_cstr)
 
-    STRING         *sub_name, *full_ns, *ns_separator;
+    STRING         *sub_name, *full_ns, *ns_separator, *tmp;
     char           *full_ns_cstr;
-    STRING         *tmp;
     Parrot_Context *ctx = PMC_data_typed(ctx_pmc, Parrot_Context *);
     PMC            *ns = ctx->current_namespace;
-    INTVAL          i;
 
-    /* build the namespace string */
     full_ns      = Parrot_str_new(interp, "", 0);
     ns_separator = Parrot_str_new(interp, ";", 1);
 


More information about the parrot-commits mailing list