Skip to content

Commit f9ac02d

Browse files
committed
Remove unused macro two_to_the_31
1 parent 3be8a78 commit f9ac02d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jsrc/verbs/vrand.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ lcg(I n, I* v, I seed) {
4646
#define GBN 56
4747

4848
#define mod_diff(x, y) (((x) - (y)) & 0x7fffffffL) /* difference modulo 2^31 */
49-
#define two_to_the_31 (0x80000000L)
5049

5150
static UI
5251
jtgb_flip_cycle(J jt) {

0 commit comments

Comments
 (0)