[svn:parrot] r39900 - trunk/runtime/parrot/library

jonathan at svn.parrot.org jonathan at svn.parrot.org
Mon Jul 6 18:14:28 UTC 2009


Author: jonathan
Date: Mon Jul  6 18:14:28 2009
New Revision: 39900
URL: https://trac.parrot.org/parrot/changeset/39900

Log:
[p6object] Remove redundant line.

Modified:
   trunk/runtime/parrot/library/P6object.pir

Modified: trunk/runtime/parrot/library/P6object.pir
==============================================================================
--- trunk/runtime/parrot/library/P6object.pir	Mon Jul  6 17:48:48 2009	(r39899)
+++ trunk/runtime/parrot/library/P6object.pir	Mon Jul  6 18:14:28 2009	(r39900)
@@ -762,7 +762,6 @@
   normal_check:
     $I0 = can topic, 'HOW'
     unless $I0 goto end
-    topichow = topic.'HOW'()
     topicwhat = topic.'WHAT'()
     $I0 = isa topicwhat, parrotclass
     if $I0 goto end


More information about the parrot-commits mailing list