Remove an unused VOP %make-symbol on x86-64.
authorStas Boukarev <stassats@gmail.com>
Mon, 15 Apr 2013 23:47:24 +0000 (03:47 +0400)
committerStas Boukarev <stassats@gmail.com>
Mon, 15 Apr 2013 23:47:24 +0000 (03:47 +0400)
commit76e4485532bed4a1cf3de855f81d9d8c7b59e982
treea1738d72fddc4fe1831a0e3e79730008ebe2e0db
parent4aa0cca4568e48e15cb717ecd5993f0a020d42c5
Remove an unused VOP %make-symbol on x86-64.

%make-symbol is handled by define-primitive-object now.
The old VOP was copied into alloc.lisp during the x86_64 port, got
removed from x86 before the merge. It wasn't even ported to x86-64,
and was never invoked during the 9 years it has been sitting there.

Also remove fast_random_state variable from the C runtime, it was used
by the VOP.
src/compiler/x86-64/alloc.lisp
src/runtime/x86-64-arch.c
src/runtime/x86-arch.c