Index: src/v8globals.h |
diff --git a/src/v8globals.h b/src/v8globals.h |
index b9ca952e75d0c1d2d483ec78df000d864b892c69..ea651fb21686cc193be68f5abacbfacdaf875eea 100644 |
--- a/src/v8globals.h |
+++ b/src/v8globals.h |
@@ -403,7 +403,6 @@ enum StateTag { |
// On X86/X64, values below 32 are bits in EDX, values above 32 are bits in ECX. |
enum CpuFeature { SSE4_1 = 32 + 19, // x86 |
SSE3 = 32 + 0, // x86 |
- SSE2 = 26, // x86 |
CMOV = 15, // x86 |
VFP3 = 1, // ARM |
ARMv7 = 2, // ARM |