]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/builder/alien/boxing/boxing.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / compiler / cfg / builder / alien / boxing / boxing.factor
index 075a2df0847f3abc97763e8649224dcbd2bf6377..777c4ec8e6ef2df1631081dd94ac1d90df837008 100644 (file)
@@ -88,7 +88,7 @@ M: long-long-type unbox
     int-rep long-long-on-stack? long-long-odd-register? 3array
     int-rep long-long-on-stack? f 3array 2array record-reg-reps ;
 
-M: struct-c-type unbox ( src c-type -- vregs reps )
+M: struct-c-type unbox
     [ ^^unbox-any-c-ptr ] dip explode-struct ;
 
 : frob-struct ( c-type -- c-type )