Remove get2 variant of get.
authorStas Boukarev <stassats@gmail.com>
Wed, 6 Nov 2013 00:46:26 +0000 (04:46 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 6 Nov 2013 00:46:26 +0000 (04:46 +0400)
commit8c773ad69a6dd73e3588f5a4ff89e1e26f05e3a0
tree3ee37d396d8c12e8fa872b3515089a07cb05d864
parent151fa3c5d85e3fd4621f65ee9676822a73ffbb57
Remove get2 variant of get.

(get x y [z]) was expand into (get3 x y z) or (get2 x y), and get2
called (get3 x y nil), just expand into (get3 x y nil) directly.
src/code/symbol.lisp
src/compiler/fndb.lisp
src/compiler/srctran.lisp