Index: src/x64/assembler-x64-inl.h |
diff --git a/src/x64/assembler-x64-inl.h b/src/x64/assembler-x64-inl.h |
index 899a17cd45c5a30e57712927a6e73a39da1b4c9c..e18a3cd8dca24ad26f8568d5bddaccd264f64f79 100644 |
--- a/src/x64/assembler-x64-inl.h |
+++ b/src/x64/assembler-x64-inl.h |
@@ -38,11 +38,6 @@ Condition NegateCondition(Condition cc) { |
return static_cast<Condition>(cc ^ 1); |
} |
-// ----------------------------------------------------------------------------- |
- |
-Immediate::Immediate(Smi* value) { |
- value_ = static_cast<int32_t>(reinterpret_cast<intptr_t>(value)); |
-} |
// ----------------------------------------------------------------------------- |
// Implementation of Assembler |