remove bogus equality

db4
Doug Coleman 2008-12-07 01:59:38 -06:00
parent 0712db3a27
commit 0190ce5b48
1 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ SYMBOL: def-hash-keys
{ 2nip [ nip nip ] }
{ 2drop [ drop drop ] }
{ 3drop [ drop drop drop ] }
{ zero? [ 0 = ] }
{ pop* [ pop drop ] }
{ when [ [ ] if ] }
{ >boolean [ f = not ] }
@ -49,7 +48,6 @@ SYMBOL: def-hash-keys
[ get ]
[ t ] [ f ]
[ { } ]
[ 0 = ]
[ drop ] ! because of declare
[ drop f ]
[ "cdecl" ]