X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fsrctran.lisp;h=b17b40422d29bc57c7cd758427a1e30fce883a6a;hb=f87f749ba5ffeb2e51b28c83d01ac7e33a5ca76d;hp=231ce84ebe5aa8b1f7ea5dd5bdf8711ade2cff17;hpb=d74c4b6e904bfde0819dc1f133f85a855aba2b8a;p=sbcl.git diff --git a/src/compiler/srctran.lisp b/src/compiler/srctran.lisp index 231ce84..b17b404 100644 --- a/src/compiler/srctran.lisp +++ b/src/compiler/srctran.lisp @@ -3392,10 +3392,6 @@ (def eq) (def char=)) -;;; True if EQL comparisons involving type can be simplified to EQ. -(defun eq-comparable-type-p (type) - (csubtypep type (specifier-type '(or fixnum (not number))))) - ;;; This is similar to SIMPLE-EQUALITY-TRANSFORM, except that we also ;;; try to convert to a type-specific predicate or EQ: ;;; -- If both args are characters, convert to CHAR=. This is better than