diff --git a/extra/lint/lint.factor b/extra/lint/lint.factor index 9e1c4cedc0..cd92578282 100644 --- a/extra/lint/lint.factor +++ b/extra/lint/lint.factor @@ -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 ] }