X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-64-arch.c;h=573dc7e0fcae4008c58857235b2154cf999c57f8;hb=0f3a5f2e8886d18d0b4f6485c38a42be629422ae;hp=2e6ea232ad2216836be3fbcf0a55567ded8cd993;hpb=26ac616b6783b8841ccda8b4f1caa7d898d91b86;p=sbcl.git diff --git a/src/runtime/x86-64-arch.c b/src/runtime/x86-64-arch.c index 2e6ea23..573dc7e 100644 --- a/src/runtime/x86-64-arch.c +++ b/src/runtime/x86-64-arch.c @@ -39,8 +39,6 @@ #define BREAKPOINT_WIDTH 2 #endif -unsigned long fast_random_state = 1; - void arch_init(void) {}