Bug 618485: Finally remove uintptr_t word payload union member on 64BE, it grows jsval_layout size and is unused. r=luke

This commit is contained in:
Landry Breuil 2013-06-08 12:49:10 +02:00
parent e24ef8e0cd
commit 06b4bfe911

View File

@ -321,7 +321,6 @@ typedef union jsval_layout
int32_t i32;
uint32_t u32;
JSWhyMagic why;
uintptr_t word;
} payload;
} s;
double asDouble;