]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/operations/operations.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / ui / operations / operations.factor
index a441ca92739603643a64e9b02f9fd55bec6d3dfe..7eb5a65a247b404189c3c4e788c7907ea818ca6c 100644 (file)
@@ -91,5 +91,5 @@ operations [ <linked-hash> ] initialize
 : operation-quot ( target operation -- quot )
     [ translator>> ] [ command>> ] bi '[ _ @ _ execute ] ;
 
-M: operation invoke-command ( target command -- )
+M: operation invoke-command
     operation-quot call( -- ) ;