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)
(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.


No differences found