[svn:parrot] r44597 - trunk/src/ops
bacek at svn.parrot.org
bacek at svn.parrot.org
Tue Mar 2 20:45:15 UTC 2010
Author: bacek
Date: Tue Mar 2 20:45:14 2010
New Revision: 44597
URL: https://trac.parrot.org/parrot/changeset/44597
Log:
Remove redundant 'goto NEXT'
Modified:
trunk/src/ops/core.ops
Modified: trunk/src/ops/core.ops
==============================================================================
--- trunk/src/ops/core.ops Tue Mar 2 20:44:37 2010 (r44596)
+++ trunk/src/ops/core.ops Tue Mar 2 20:45:14 2010 (r44597)
@@ -1405,7 +1405,6 @@
else {
$1 = Parrot_pmc_new(interp, enum_class_Hash);
}
- goto NEXT();
}
=item B<annotations>(out PMC, in STR)
@@ -1424,7 +1423,6 @@
else {
$1 = PMCNULL;
}
- goto NEXT();
}
=back
More information about the parrot-commits
mailing list