extra/lint: Removed dup -rot -> tuck entry from manual-substitution table

tuck is deprecated. load-all shows a warning in the UI Listener as per #347
db4
otoburb 2011-11-06 01:34:21 -04:00 committed by John Benediktsson
parent 676cc18215
commit f983458f8a
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
! Copyright (C) 2007, 2008 Doug Coleman.
! Copyright (C) 2007, 2008, 2011 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien arrays assocs classes
@ -19,7 +19,6 @@ CONSTANT: manual-substitutions
{ rot [ [ swap ] dip swap ] }
{ rot [ swapd swap ] }
{ over [ dup swap ] }
{ tuck [ dup -rot ] }
{ swapd [ [ swap ] dip ] }
{ 2nip [ nip nip ] }
{ 2drop [ drop drop ] }