]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/xcode/xcode.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / xcode / xcode.factor
index 0978c94dbd8b737e5a8b7450c7bde4ed5828f6d9..c59d0edcca89cf1552208f0f487afdd03fffae39 100644 (file)
@@ -5,6 +5,6 @@ IN: editors.xcode
 SINGLETON: xcode
 xcode editor-class set-global
 
-M: xcode editor-command ( file line -- command )
+M: xcode editor-command
     drop
     [ "open" , "-a" , "XCode" , , ] { } make ;