[svn:parrot] r44554 - branches/ops_pct/src/ops
bacek at svn.parrot.org
bacek at svn.parrot.org
Mon Mar 1 04:01:35 UTC 2010
Author: bacek
Date: Mon Mar 1 04:01:34 2010
New Revision: 44554
URL: https://trac.parrot.org/parrot/changeset/44554
Log:
Remove redundant 'goto NEXT'
Modified:
branches/ops_pct/src/ops/core.ops
Modified: branches/ops_pct/src/ops/core.ops
==============================================================================
--- branches/ops_pct/src/ops/core.ops Mon Mar 1 04:01:12 2010 (r44553)
+++ branches/ops_pct/src/ops/core.ops Mon Mar 1 04:01:34 2010 (r44554)
@@ -1412,7 +1412,6 @@
else {
$1 = pmc_new(interp, enum_class_Hash);
}
- goto NEXT();
}
=item B<annotations>(out PMC, in STR)
@@ -1431,7 +1430,6 @@
else {
$1 = PMCNULL;
}
- goto NEXT();
}
=back
More information about the parrot-commits
mailing list