Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index e644c2d25acfe9456a68e4039abd4ac358568369..7ba1d30af08a7ee4a2da66d2f280d11681b9d619 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -489,10 +489,6 @@ class LCallStub V8_FINAL : public LTemplateInstruction<1, 1, 0> { |
DECLARE_CONCRETE_INSTRUCTION(CallStub, "call-stub") |
DECLARE_HYDROGEN_ACCESSOR(CallStub) |
- |
- TranscendentalCache::Type transcendental_type() { |
- return hydrogen()->transcendental_type(); |
- } |
}; |