X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fx86-arch.c;h=d00f26be7d6d22c359a5cccbf1965033a4ca2c7f;hb=b83353d9f998e5c0e34604b5593df70c66d2c510;hp=dfbf908801c44877c47667024f6f2dfe8725adb8;hpb=7aef55b130d95c384b63422807f1848faa9aba5a;p=sbcl.git diff --git a/src/runtime/x86-arch.c b/src/runtime/x86-arch.c index dfbf908..d00f26b 100644 --- a/src/runtime/x86-arch.c +++ b/src/runtime/x86-arch.c @@ -37,8 +37,6 @@ #define BREAKPOINT_WIDTH 2 #endif -unsigned long fast_random_state = 1; - void arch_init(void) {}