]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/actions/actions.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / furnace / actions / actions.factor
index 18f97aa534134a34c5728e7c551e976f9cd4d4bc..5e0a7664e0c9f5b58e769da8f70158f83d436f52 100644 (file)
@@ -100,7 +100,7 @@ CONSTANT: revalidate-url-key "__u"
     begin-form
     handle-rest ;
 
-M: action call-responder* ( path action -- response )
+M: action call-responder*
     [ init-action ] keep
     request get method>> {
         { "GET"   [ handle-get ] }