]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicate cl--random-state definition
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Jul 2017 09:47:30 +0000 (02:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Jul 2017 09:47:48 +0000 (02:47 -0700)
* lisp/emacs-lisp/cl-lib.el (cl--random-state): Remove.
This variable is now defined in cl-extra.el (Bug#27617).

lisp/emacs-lisp/cl-lib.el

index 936c852526cba75b3bc2bc96d3a6dad892638781..3c9c622301801a4011d920266496eeb440c65017 100644 (file)
@@ -293,9 +293,6 @@ If true return the decimal value of digit CHAR in RADIX."
     (while (>= (cl-decf i) 0) (setq v (+ (* v 3) (aref time i))))
     v))
 
-(defvar cl--random-state
-  (vector 'cl--random-state-tag -1 30 (cl--random-time)))
-
 (defconst cl-most-positive-float nil
   "The largest value that a Lisp float can hold.
 If your system supports infinities, this is the largest finite value.