Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / runtime / x86-arch.c
index dfbf908..d00f26b 100644 (file)
@@ -37,8 +37,6 @@
 #define BREAKPOINT_WIDTH 2
 #endif
 
-unsigned long fast_random_state = 1;
-
 void arch_init(void)
 {}