setf: excise GET-SETF-METHOD and related detritus.
authorAlastair Bridgewater <nyef_sbcl@lisphacker.com>
Thu, 31 Mar 2011 20:07:19 +0000 (16:07 -0400)
committerAlastair Bridgewater <nyef@virtdev-1.lisphacker.com>
Sat, 22 Oct 2011 00:19:39 +0000 (20:19 -0400)
commita2654b563a79a7015a39d43a7a7709a538868765
tree5e32b6f1f677106cee867e7c2af5cad27dec7f0d
parent3c3006c51658323c44c3cec859838bde3ea6b565
setf: excise GET-SETF-METHOD and related detritus.

  * GET-SETF-METHOD is the CLtL1 version of GET-SETF-EXPANSION, and is
neither used in SBCL nor exported from any package.  Kill it.

  * Also kill the DEFKNOWN in the compiler for a (different)
GET-SETF-METHOD and GET-SETF-METHOD-MULTIPLE-VALUE (also a CLtL1
function, neither used nor implemented in SBCL).
src/code/early-setf.lisp
src/compiler/fndb.lisp